My code compiles. There is no errors in code. I downloaded full SDK. On run I get this error:
Can't find API database; API check not performed
And it's in Location: line 1, type Android Lint Problem.
I have no idea whats wrong.
I have solved it differently. In manifest I had:
<uses-sdk
android:minSdkVersion="9"
android:targetSdkVersion="19" />
The problem was that after installation of new Eclipse ADT, in "Android SDK Manager" I didn't have any SDK Platform installed, so I have installed API 19 SDK Platform & Documentation & Sources.
I would also install API 9, but for some reason it is missing in SDK Manager.
Anyway, after this I have edited the android:minSdkVersion="10"
-> SAVE -> again changed to android:minSdkVersion="9"
-> SAVE
...and the problem was gone.
I fixed it. In manifest I had in uses-sdk minSdkVersion specified but I didn't have targetSdkVersion. After addition of the targetSdkVersion parameter it compiled and ran.
Manifest
Uses Sdk
Min SDK version
to 9
or something else and press ctrl+s
(save)Min SDK version
back to your original valueThat solved it for me.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With