G ggekko New Member Apr 17, 2011 #1 I installed everything as per the online guides but the compilation of my "HelloWorld" application keeps failing with the following error message: AndroidManifest.xml:2: error: No resource identifier found for attribute 'installLocation' in package 'android' Any ideas as to what is wrong with my configuration?
I installed everything as per the online guides but the compilation of my "HelloWorld" application keeps failing with the following error message: AndroidManifest.xml:2: error: No resource identifier found for attribute 'installLocation' in package 'android' Any ideas as to what is wrong with my configuration?
agraham Expert Licensed User Longtime User Apr 17, 2011 #2 It's the old Android version problem http://www.b4x.com/forum/basic4android-updates-questions/7448-installlocation-error.html. The Installation tutorial says to compile against Android-8. Upvote 0
It's the old Android version problem http://www.b4x.com/forum/basic4android-updates-questions/7448-installlocation-error.html. The Installation tutorial says to compile against Android-8.
G ggekko New Member Apr 17, 2011 #3 compilation problem Thank you for that insight. I was able to get the compilation finish correctly by adjusting the SDK to Android 8/2.2 in the "Configure Paths" menu. Upvote 0
compilation problem Thank you for that insight. I was able to get the compilation finish correctly by adjusting the SDK to Android 8/2.2 in the "Configure Paths" menu.