我想将eclipse改为Android工作室,但我无法解决很多问题: 我使用类ActionBarActivity,但是有一个错误并添加了com.android.support:appcompat-v7:+' 在Dependences,下一个问题是
Error:Execution failed for task ':app:processDebugManifest'.
> Manifest merger failed : uses-sdk:minSdkVersion 15 cannot be smaller than version L declared in library com.android.support:appcompat-v7:21.0.0-rc1
我尝试修复它:put' com.android.support:appcompat-v7:19。+'但是在Theme.AppCompat
中有错误我是乌克兰人,对我的英语很抱歉。请帮帮我。
答案 0 :(得分:0)
你有没有尝试过:
compile 'com.android.support:appcompat-v7:20.+'
你的build.gradle中的?
这就是我没有任何问题
答案 1 :(得分:0)
您可以尝试com.android.support:appcompat-v7:20.0.+
或com.android.support:appcompat-v13