关于pkg: /data/local/tmp/com.example.zy.deyijia Failure [INSTALL_FAILED_OLDER_SD问题
多的不说,直接解决问题。我自己也百度了很长时间。最后无意中找到了解决方法。
Manifest中
<uses-sdk
android:minSdkVersion="15"
android:targetSdkVersion="18" />
这个根据你自己SDK库里的有的低版本。
build.gradle中:
defaultConfig {
applicationId "com.xxx.xxx"
minSdkVersion 15
targetSdkVersion 18
}
实在看不懂请点击
http://blog.youkuaiyun.com/lincyang/article/details/46505715