I am trying my first hello world project, I am following ray wenderlich's tutorial, but I have got this error :
java lang unsatisfiedlinkerror couldn't load game from loader dalvik.system...
my error :
Would you know how to solve this?
Thanks
I am trying my first hello world project, I am following ray wenderlich's tutorial, but I have got this error :
java lang unsatisfiedlinkerror couldn't load game from loader dalvik.system...
my error :
Would you know how to solve this?
Thanks
your libgame.so
file might be missing under project->libs->armeabi->libgame.so
. libgame.so file is generate when you click the create-android-project.bat in windows or create-android-project.sh in linux/mac.