About Store Forum Documentation Contact



Post Reply 
Esenthel RPG2 Cannot run in Android
Author Message
rect Offline
Member

Post: #1
Esenthel RPG2 Cannot run in Android
Hi Grzegorz.

I am try to build the tutorial Esenthel RPG2,I can build APK file success and install at my Android Device. but the app is start failed.


I just changes one place, at Main.cpp link 48,49,50:
Old
#ifdef MOBILE
App.flag |=APP_AUTO_PARTICLES_CONVERT_BLEND
#endif

New
#ifdef MOBILE
//App.flag |=APP_AUTO_PARTICLES_CONVERT_BLEND
#endif

(the flag APP_AUTO_PARTICLES_CONVERT_BLEND have been removed at January 2015)

some error messages(my app package name is com.rect.rpg):

   

   

so...where was i wrong?

thanks
(This post was last modified: 05-06-2015 11:45 AM by rect.)
05-06-2015 11:44 AM
Visit this user's website Find all posts by this user Quote this message in a reply
Esenthel Offline
Administrator

Post: #2
RE: Esenthel RPG2 Cannot run in Android
Hello,

Did you make any modifications to the GUI objects? like remove some elements from the Options window?
Or made any other code changes?

I've fixed some compile errors when compiling for Android, and tested the app on my phone, and it worked fine.

I'm uploading updated version, it will be available in around 60 minutes.
05-06-2015 10:54 PM
Find all posts by this user Quote this message in a reply
Esenthel Offline
Administrator

Post: #3
RE: Esenthel RPG2 Cannot run in Android
Updated version is now available.
05-06-2015 11:22 PM
Find all posts by this user Quote this message in a reply
rect Offline
Member

Post: #4
RE: Esenthel RPG2 Cannot run in Android
(05-06-2015 11:22 PM)Esenthel Wrote:  Updated version is now available.

thanks,I re-download and try again

(05-06-2015 11:22 PM)Esenthel Wrote:  Updated version is now available.

Hi,I try to import the new project but the editor show me that:

   

I must clone the engine source code again and build editor again?

very thanks.
(This post was last modified: 05-07-2015 04:07 AM by rect.)
05-07-2015 03:33 AM
Visit this user's website Find all posts by this user Quote this message in a reply
Esenthel Offline
Administrator

Post: #5
RE: Esenthel RPG2 Cannot run in Android
Hi,

Yes please recompile the source, I haven't updated the binaries yet, I'll be able to do that in 1-2 days, once I finish some things.
Sorry for the inconvenience.
05-07-2015 04:44 AM
Find all posts by this user Quote this message in a reply
Post Reply