首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > JAVA > Eclipse开发 >

eclipse不编译,不生成apk,Could not find xxx.apk的解决方法

2012-06-26 
eclipse不编译,不生成apk,Could not find xxx.apk的解决办法移除工程中不用的jar包。project.properties文

eclipse不编译,不生成apk,Could not find xxx.apk的解决办法

移除工程中不用的jar包。
project.properties文件中,如果没有其他手写配置,把多余的前面没有"#"的代码去掉,留下target=android-x(x 是自动根据android库编译的版本号),如下图。然后编译工程。

# This file is automatically generated by Android Tools.# Do not modify this file -- YOUR CHANGES WILL BE ERASED!## This file must be checked in Version Control Systems.## To customize properties used by the Ant build system use,# "ant.properties", and override values to adapt the script to your# project structure.target=android-4

热点排行