您的位置:首页 > 移动开发

as 导入eclipse项目报错:Error:Application and test application id cannot be the same: both are 'com.hjy.act

2017-09-15 16:16 651 查看
as 导入eclipse项目时报错:

Error:Application and test application id cannot be the same: both are 'com.hjy.activity' for debugAndroidTest,
这个问题的解决方法:

         打开你的build.gradle 看看applicationId 和testApplicationId 是不是一样了, 把两个ID 改成不一样就好
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签:  android studio
相关文章推荐