android发布版本的几个命令

./build_native.sh

/opt/software/apache-ant-1.8.2/bin/ant clean

#/opt/software/apache-ant-1.8.2/bin/ant debug
/opt/software/apache-ant-1.8.2/bin/ant release

/opt/software/apache-ant-1.8.2/bin/ant installr

PATH=$PATH:/opt/dev/android-sdk-linux_x86/platform-tools/

adb shell am start -a android.intent.action.MAIN -c android.intent.category.LAUNCHER -n com.example.AndroidTest/com.example.AndroidTest.MainActivity

原文地址:https://www.cnblogs.com/huazaizai/p/3497231.html