Error:Execution failed for task ':libcocos2dx:processDebugResources'.
> java.io.FileNotFoundException: /home/hacker/sources/pupu-android/frameworks/runtime-src/proj.android/libcocos2dx/build/intermediates/bundles/debug/R.txt (No such file or directory)
解决思路:比较low。
应该是找不到R文件的关系,在三方库里面也没有用到R文件信息。但是它要检查和它相关的,索性在库下面建立res目录,values目录,添加了一个strings.xml,写了个
<String name "hello">hello</string>
就把编译器骗过去了,深层次问题不明,有了解的求指点一波。