cocos2d-1.0.1-x-0.13.0-beta出现R cannot be resolved to a variable

R cannot be resolved to a variable

打开AndroidManifest.xml看到黄色警告@drawable/icon

打开文件夹res/drawable-ldpi/

发现没有icon.png,只有ic_launcher.png

于是改成

 

android:icon="@drawable/ic_launcher"


 

就好了

你可能感兴趣的:(cocos2d-1.0.1-x-0.13.0-beta出现R cannot be resolved to a variable)