I'm totally new with cocos2d-x
.
I had problem when using cocos2d-x-3.3rc0
in OS X 10.9
I create project by using command line :
python cocos.py new ProjName --package .....
It created a ProjName
for me.
I import the proj.android
to build and run, for the first time, every thing seem to be OK.
But the next day, when i open it, the problem occurred.
"An internal error occurred during: "C/C++ Indexer".java.lang.NullPointerException"
In C/C++ perspective
in Eclipse, it look like a empty project (there's nothing in that project - in Java perspective
, it does), and i can't do anything with it.
The proj.ios_mac
still work fine.
Please help me !