myeclipse2014 导入android项目报错Unable to resolve target 'android-19'
sdk 7.1.1
jdk 1.7
demo地址http://pan.baidu.com/s/1kTFyjCr
PHPz2017-04-18 09:18:47
The error message is obvious, android-19 is version 4.4.2. You have to download this version, or try to modify the project's build target to your existing sdk version. In addition, it seems that the project you provided has been converted into a gradle project. It is not interesting to use eclipse or myeclipse anymore. Please switch to as as soon as possible.