id:4or"android-19" Name:Android4.4.2 Type:Platform API level:19 Revision:3 Skins:HVGA,QVGA,WQVGA400,WQVGA432,WSVGA,WVGA800(default),WVGA854,WXGA720,WXGA800,WXGA800-7in Tag/ABIs :default/armeabi-v7a,default/x86
找到实际需要的 Target 对应的 ID,如在这里 android-19 对应的 ID 为 4
更新工程信息
接着切换到工程目录在终端执行
1
android update project --path./--target 4
这里的 4,就是前面获得的 ID。 如果该工程有依赖工程,依赖工程也需要执行这条命令 输出信息
1 2 3 4 5 6 7 8
Updated project.properties Updated local.properties No project name specified, using Activity name 'XXX'. If you wish to change it, edit thefirstlineof build.xml. Added file ./build.xml Updated file ./proguard-project.txt It seems that there are sub-projects. If you want to update them please use the--subprojects parameter.