About Store Forum Documentation Contact



Post Reply 
Questions about Android
Author Message
Abruzzi Offline
Member

Post: #1
Questions about Android
Hello. I have a few questions about developing on Android.
1) How to make sure that the game files are installed on the SD CARD. For example (Data.pak) is in the folder: com.company_name.project_name/files.
2) How to fix the position of the screen, well, the game would start and the display orientation was only in a horizontal position.

thanks in advance
01-02-2013 05:20 AM
Find all posts by this user Quote this message in a reply
cmontiel Offline
Member

Post: #2
RE: Questions about Android

IRC: irc.freenode.net
Channel: #Esenthel
01-02-2013 02:16 PM
Find all posts by this user Quote this message in a reply
Abruzzi Offline
Member

Post: #3
RE: Questions about Android
Thanks ))
01-02-2013 04:25 PM
Find all posts by this user Quote this message in a reply
Abruzzi Offline
Member

Post: #4
RE: Questions about Android
I have other question )
If I build a Project.apk using the code editor (Esenthel Editor 1.0), then he creates a AndroidManifest.xml and I can not change it? I tried to change the AndroidManifest.xml but when I build Project again, AndroidManifest.xml overwrites and set by default.
If I understand correctly, the AndroidManifest.xml is included in the project.apk.
How do I create your own AndroidManifest.xml, not the one that is automatically generated Code editor...
01-02-2013 05:47 PM
Find all posts by this user Quote this message in a reply
cmontiel Offline
Member

Post: #5
RE: Questions about Android
Sorry, I don't use Code editor.

IRC: irc.freenode.net
Channel: #Esenthel
01-02-2013 05:49 PM
Find all posts by this user Quote this message in a reply
Esenthel Offline
Administrator

Post: #6
RE: Questions about Android
Please let me know what do you want to change in the AndroidManifest?
01-03-2013 02:42 PM
Find all posts by this user Quote this message in a reply
Abruzzi Offline
Member

Post: #7
RE: Questions about Android
I want to change
1) In <manifest> element to add android:installLocation="preferExternal". In order for the project was installed on the SD_CARD. For example: Data.pak is in com.test_company.project_name/files
2) In <activity> element to change android:screenOrientation="fullSensor" on the android:screenOrientation="sensorLandscape". As I understand it will fix the display in a horizontal orientation.

P.S My application weighs a lot, and the internal memory is not enough. smile
(This post was last modified: 01-03-2013 04:55 PM by Abruzzi.)
01-03-2013 04:53 PM
Find all posts by this user Quote this message in a reply
Esenthel Offline
Administrator

Post: #8
RE: Questions about Android
No problem, I'll add those features to next SDK (configurable through Code Editor)
01-04-2013 05:12 PM
Find all posts by this user Quote this message in a reply
Abruzzi Offline
Member

Post: #9
RE: Questions about Android
Thanks for the support
01-05-2013 06:32 AM
Find all posts by this user Quote this message in a reply
MrPi Offline
Member

Post: #10
RE: Questions about Android
Is there a way to freely adjust the manifest? If we want to change something specifically, we don't want to force you to implement it before we can use it.
11-08-2013 02:25 PM
Find all posts by this user Quote this message in a reply
Esenthel Offline
Administrator

Post: #11
RE: Questions about Android
You could extract it from the engine pak, modify it, and pak it back
11-08-2013 10:23 PM
Find all posts by this user Quote this message in a reply
andrake Offline
Member

Post: #12
RE: Questions about Android
i want to change android:versionCode="1" to 2 i want to update main apps how to do that?
04-12-2014 04:28 PM
Find all posts by this user Quote this message in a reply
Esenthel Offline
Administrator

Post: #13
RE: Questions about Android
Please double click on Application
http://esenthel.com/?id=doc#Application
and change the version there
04-12-2014 09:42 PM
Find all posts by this user Quote this message in a reply
Post Reply