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
Irrlicht with Android Studio
-
- Posts: 3
- Joined: Thu Oct 20, 2016 7:17 pm
Re: Irrlicht with Android Studio
Hello again,
Maybe an another IDE than Android Studio?
I just would like develop some app with Irrlicht on android...
Maybe an another IDE than Android Studio?
I just would like develop some app with Irrlicht on android...
Re: Irrlicht with Android Studio
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
Code snippet repository: https://github.com/mzeilfelder/irr-playground-micha
Free racer made with Irrlicht: http://www.irrgheist.com/hcraftsource.htm
-
- Posts: 3
- Joined: Thu Oct 20, 2016 7:17 pm
Re: Irrlicht with Android Studio
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...
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...