View Single Post
DJJonosound's Avatar
Posts: 411 | Thanked: 302 times | Joined on May 2012 @ Australia
#1173
Tried to get flappy bird running. No success. Looks like a problem with opengl
After getting the apk I ran it and was missing libandengine.so. Googling it resulted in a game engine, which I downloaded the libraries for from the github page and then copied to
Code:
/home/user/.apkenv/lib/
In there goes a folder called armeabi and another called armeabi-v7a, both containing the appropriate libandengine.so files.
Running apkenv on the file after that resulted in this:
Code:
~/MyDocs/apkenv $ apkenv flappybird.apk
apkenv 42.3.15 - http://thp.io/2012/apkenv/
Copyright (c) 2012 Thomas Perl <m@thp.io>
linker/linker.c:1382| ERROR:     0 cannot locate 'glVertexAttribPointer'...
linker/linker.c:2057| ERROR: failed to link libandengine.so
Missing library dependencies.
Any idea how this can be fixed?

Alright.. so I am getting the 'failed to link whateverlibrary.so' on every apk.. Now my question is what that means/how to fix?

Last edited by DJJonosound; 2014-02-08 at 12:09. Reason: Added info
 

The Following 3 Users Say Thank You to DJJonosound For This Useful Post: