Lazarus
Programming => Operating Systems => Android => Topic started by: scaddenp on June 25, 2013, 02:50:48 am
-
Finally got androidlcltest compiled but cant make it. dx is unknown (looks like I should put build-tools in the path), but more important, apkbuilder has gone. What it the alternative?
-
Does this (http://stackoverflow.com/questions/16620655/i-have-updated-android-sdk-to-rev-22-yesterday-and-there-is-no-apkbuilder-in-to) apply to you?
-
Does this (http://stackoverflow.com/questions/16620655/i-have-updated-android-sdk-to-rev-22-yesterday-and-there-is-no-apkbuilder-in-to) apply to you?
I followed the last posters advice in that link and copied an old copy of apkbuilder.bat to the utils directory and it worked for me!
-
I got pretty concerned about Google comments on why removed. I gritted my teeth and set up an Ant build. I think that ideally, it would be good to Android Atudio and laz (or CT) to work together somewhat. Laz to build the .so and then AS to compile, build and deploy.