大佬们请问AS导入eclipse工程出现错误的解决方法
androidstudio吧
全部回复
仅看楼主
level 2
2018年12月04日 09点12分 1
level 2
Error:Application and test application id cannot be the same: both are 'com.seventh.personalfinance' for debugAndroidTest
2018年12月04日 09点12分 2
level 2
2018年12月04日 09点12分 3
level 2
2018年12月04日 09点12分 4
level 2
网上给的解决方法:
只要把app模块的gradle文件中,把applicationId 和testApplicationId改成不一样就好了。
推荐修改testApplicationId,然后sync同步一下就好了。
修改applicationId的话,还要修改项目包名,否则AndroidManifest中类会找不到。
但是在gradle文件中并没有找到estApplicationId...
纯小白,不懂的实在太多了[泪]
2018年12月04日 09点12分 5
1