Androidstudio

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Androidstudio

kaeffin
Hello,

Can anyone tell me how to add JOGL,gluegen in Androidstudio?
I have a libfolder in MyProject/app/lib. There i copied jogl-all-android.jar, jogl-all-natives-android-armv6.jar, gluegen-rt-android.jar and gluegen-rt-natives-android-armv6.jar.
Then i marked all and rightclick->Add as Library.


But when i want to run my app:

 FATAL EXCEPTION: main Process: com.example.praktikant.myapplication, PID: 2688
                          java.lang.UnsatisfiedLinkError: dlopen failed: library "//libgluegen-rt.so" not found

I hope someone can help me :)

Regards
Kevin

Reply | Threaded
Open this post in threaded view
|

Re: Androidstudio

gouessej
Administrator
Hi

As Android Studio is based on IntelliJ, it should be similar to this:
http://jogamp.org/wiki/index.php/Setting_up_a_JogAmp_project_in_your_favorite_IDE#IntelliJ_IDEA
Julien Gouesse | Personal blog | Website