Abruzzi
Member
|
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 |
|
cmontiel
Member
|
RE: Questions about Android
IRC: irc.freenode.net
Channel: #Esenthel
|
|
01-02-2013 02:16 PM |
|
Abruzzi
Member
|
RE: Questions about Android
Thanks ))
|
|
01-02-2013 04:25 PM |
|
Abruzzi
Member
|
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 |
|
cmontiel
Member
|
RE: Questions about Android
Sorry, I don't use Code editor.
IRC: irc.freenode.net
Channel: #Esenthel
|
|
01-02-2013 05:49 PM |
|
Esenthel
Administrator
|
RE: Questions about Android
Please let me know what do you want to change in the AndroidManifest?
|
|
01-03-2013 02:42 PM |
|
Abruzzi
Member
|
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.
(This post was last modified: 01-03-2013 04:55 PM by Abruzzi.)
|
|
01-03-2013 04:53 PM |
|
Esenthel
Administrator
|
RE: Questions about Android
No problem, I'll add those features to next SDK (configurable through Code Editor)
|
|
01-04-2013 05:12 PM |
|
Abruzzi
Member
|
RE: Questions about Android
Thanks for the support
|
|
01-05-2013 06:32 AM |
|
MrPi
Member
|
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 |
|
Esenthel
Administrator
|
RE: Questions about Android
You could extract it from the engine pak, modify it, and pak it back
|
|
11-08-2013 10:23 PM |
|
andrake
Member
|
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 |
|
Esenthel
Administrator
|
RE: Questions about Android
|
|
04-12-2014 09:42 PM |
|