eclipse新建项目需改项目包路径时需改动的地方:
[技巧分享-软件使用]
1.包名右键改正包名。
2.将
AndroidManifest.xml文件中依然还是:
package="com.example.appcenter"
改为package="com.example.appcenter.activity"
eclipse新建项目需改项目包路径时需改动的地方:
[技巧分享-软件使用]
1.包名右键改正包名。
2.将
AndroidManifest.xml文件中依然还是:
package="com.example.appcenter"
改为package="com.example.appcenter.activity"