sdk 1.6 error

Cor

Active Member
Licensed User
Longtime User
gives error when compiling

AndroidManifest.xml:2: error: No resource identifier found for attribute 'installLocation' in package 'android'
 

Cor

Active Member
Licensed User
Longtime User
must it be always anroid8 except for the android 2.3 and higher

but how do I know the compiled version is working for android 1.6?

I can set the emulator on target 1.6, but for a real device i need to set the path to android 4?????
 
Upvote 0

agraham

Expert
Licensed User
Longtime User
but for a real device i need to set the path to android 4?????
No you don't. Basic4android produces code compatible with Android 4 and all the libraries so far are also Android 4 compatible. Your code needs to be compiled with Android-8 because that is the version that knows about SD card installation and that is why you get the error but the resulting code is fine for earlier versions of Android.
 
Upvote 0
Top