Command line apk build - are people using apkbuilder or com.android.sdklib.build.ApkBuilder? -


working on automating command line build of android app. apkbuild step doesn't seem have associated ant task, , read in android 3.0 sdk, apkbuilder being deprecated. people using com.android.sdklib.build.apkbuilder or other mechanism?

the correct way use existing ant targets provided in $sdk_dir/tools/ant.


Comments