Irrlicht with Android Studio

If you are a new Irrlicht Engine user, and have a newbie-question, this is the forum for you. You may also post general programming questions here.
Post Reply
Juju_Pomme
Posts: 3
Joined: Thu Oct 20, 2016 7:17 pm

Irrlicht with Android Studio

Post by Juju_Pomme »

Hello,

I would like to develop on Android Studio with Irrlicht but I don't find any documentation about it and everything I try don't work...

Maybe someone can help?

(Sorry for my english, I'm French...)

Thanks a lot
Juju_Pomme
Posts: 3
Joined: Thu Oct 20, 2016 7:17 pm

Re: Irrlicht with Android Studio

Post by Juju_Pomme »

Hello again,

Maybe an another IDE than Android Studio?

I just would like develop some app with Irrlicht on android...
CuteAlien
Admin
Posts: 9734
Joined: Mon Mar 06, 2006 2:25 pm
Location: Tübingen, Germany
Contact:

Re: Irrlicht with Android Studio

Post by CuteAlien »

You can use any IDE as editor, just when it comes to building the project I can't help. For that I used the console using the commands described in the Android example. My way of working is installing OpenGL ES2 on Linux and then code 95% of the stuff on the desktop with it (in my case using code::blocks). And only touch Android for testing and some profiling. The few cases I had to debug on Android... still cause me nightmares. Basically - use logs whenever you can, working with gdb on Android is no fun (maybe it improved in the meantime somewhat, but given Google's disinterest in NDK I doubt it got much better).
IRC: #irrlicht on irc.libera.chat
Code snippet repository: https://github.com/mzeilfelder/irr-playground-micha
Free racer made with Irrlicht: http://www.irrgheist.com/hcraftsource.htm
Juju_Pomme
Posts: 3
Joined: Thu Oct 20, 2016 7:17 pm

Re: Irrlicht with Android Studio

Post by Juju_Pomme »

Hey,

Thanks for your answer. You can't help me for the build... But it's to build that I need help ahah

I don't know how to proceed to use Irrlicht with any IDE...
Post Reply