I recently upgraded to Android SDK Tools Ref 20, Platform-tools rev 12, Android 4.1 (API 16). When i execute “Android update lib-project” for my project, then use “ant debug” or “ant release”, an apk file is created for the project. The previous version created a jar file (which is what i wanted). Did this break or is this new, expected behaviour.
Thanks — Dan’l
the problem is when you do android create lib-project, it adds
android.library=trueinto the fileproject.propertiesif you do then android update lib-project, for a strange reason the
android.library=trueis removed (see Android issue 38270)solution:
move to android update project, and be sure you have the project.properties without delete it