byteandahalf / GenericLauncher

Launcher template for programmers to create their own MCPE hacked client/launcher.
46 stars 22 forks source link

Link with prebuilt shared object? #12

Closed slice closed 8 years ago

slice commented 9 years ago

Hi there. I have an armeabi-v7a shared object- liblua.so, but I cannot figure out how to link it with the rest of the libraries; it just reports undefined references to methods in the shared object that are obviously not being linked.

Any advice on linking it involving Android.mk/Application.mk?

slice commented 8 years ago

NAH

byteandahalf commented 8 years ago

I'm guessing you figured it out?

slice commented 8 years ago

@byteandahalf Nope, but I found out how to do it another way by not linking it.