1

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 : enter image description here

Would you know how to solve this?

Thanks

lazyandroid
  • 157
  • 1
  • 10
minhthuan
  • 201
  • 1
  • 4
  • 8
  • please go to ANDROID_SDK_ROOT/platforms/YOUR_PLATFORM_VERSION, then check if the "Image" folder is exist? if not, install another API for SDK – akrami Aug 18 '13 at 13:54

1 Answers1

0

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.

lazyandroid
  • 157
  • 1
  • 10