原因是,依赖工程和主工程的manifest中的

<uses-sdk
android:minSdkVersion="9"
android:targetSdkVersion="18" />

不一样,改成一样的就可以了

相关文章: