学习安卓的时候用Eclipse导入工程之后出现Unable to resolve target 'android-14' 这样的问题,代码确定没有问题,因为是从网上教程下载的示例代码,上网搜索了一下,解决办法比较简单:right click project --> go toproperties --> selectAndroid from there --> and from the list of target name select Android 4.0 or lesser. 当…
Just now when I imported the "android-support-v7-appcompat" to ADT,the console pointed out "Unable to resolve target 'android-16'". I double clicked the project.properties file, change the target = android-17 attribute to target = andr…
SSL certificate problem unable to get local issuer certificate 解决办法: 下载:ca-bundle.crt 将它放在自己的wamp或者xampp目录下,如 c:\wamp\ ca-bundle.crt 在Apache中开启mod_ssl ,在php.ini开启php_openssl.dll 在php.ini文件中添加ca-bundle.crt的文件路径,如: curl.cainfo="C:/wamp/ca-bundle.crt&qu…