Working on automating a command line build of an Android app. The apkbuild step doesn’t seem to have an associated ant task, and I just read that in the Android 3.0 SDK, apkbuilder is being deprecated. Are people using com.android.sdklib.build.ApkBuilder or some other mechanism?
Share
The correct way to do this is to use the existing ant targets provided in $SDK_DIR/tools/ant.