c++ - Cannot test my Android App in eclipse. The app won't update -
i new in android , eclipse. please help. thank much. edited , saved code in eclipse, delete app in emulator, select debug => android application. eclipse installs older version of codes emulator every time. how fix it?
for example. codes
cclog("test string"); cclog("visiblesize:%.1f,%.1f",visiblesize.width,visiblesize.height); cclog("origin:%.1f,%.1f",origin.x,origin.y);
then changed
cclog("visiblesize:%.1f,%.1f",visiblesize.width,visiblesize.height); cclog("origin:%.1f,%.1f",origin.x,origin.y);
eclipse still prints out test string.
please help. thank much.
you can use android studio. way can write code in editor want , install app console (using cocos tool). write stuff in xcode (app ios too) , run eclipse, because writing c++ in being in hell. said run app using "debug as". won't work in eclipse. eclipse doesn't compile stuff, runs python script, compile app. , still won't debuggable (so can't use breakpoints etc.).
check out answer: https://stackoverflow.com/a/24351602/1264375 making app debuggable.
Comments
Post a Comment