apportable

How to reduce size of the APK file generated by Apportable?

流过昼夜 提交于 2019-12-02 06:38:57
I'm using Apportable to port my game and it works fairly well. But there's a problem here now. Apportable seems to link some library when generating the apk package and that makes the .apk file larger. The simplest Spin example's generated .apk file will be nearly 10Mb for this reason. However my game's .apk file has to be smaller than a size given by the publisher, and Apportable makes this size unable to achieve due to the extra 8Mb it added. Is there any way to reduce size of the generated .apk file? Maybe I can unlink some unused libraries but I don't know how to do that. Please help me or

How to use CoreData in Apportable?

半腔热情 提交于 2019-12-01 08:45:19
问题 I trying the full version of apportable and I have a problem with the CoreData: I have the correct features at configuration.json: "FEATURES": ["opengles2","landscape","prefer_external_storage","write_external_storage","write_settings"], Setting the storageURL where I want to store the DB: #ifdef ANDROID //tried many different locations but not luck, I think there is the problem NSURL *storeURL = [NSURL URLWithString:@"/data/data/com.bluepiggames.zombieSlice/files/Documents/ZS_SuperDatabase

Can you install an Android Device Simulator in xcode when using Apportable

眉间皱痕 提交于 2019-11-28 09:30:32
Can you install an Android Device Simulator in Xcode when using Apportable to convert an iOS app to Android or do I need an Android device to compile and run the project? I dont have an android device and wanted to test this before I go buy one. Thanks Note that it is generally much easier to work with an Android device than the emulator, but it is possible to use the emulator: ~/.apportable/SDK/toolchain/macosx/android-sdk/tools/android will launch the android tool which can create AVD's. Make sure to install the ARM EABI v7a System Image, then create an AVD with a Target of API level 17, CPU

Can you install an Android Device Simulator in xcode when using Apportable

杀马特。学长 韩版系。学妹 提交于 2019-11-27 02:57:59
问题 Can you install an Android Device Simulator in Xcode when using Apportable to convert an iOS app to Android or do I need an Android device to compile and run the project? I dont have an android device and wanted to test this before I go buy one. Thanks 回答1: Note that it is generally much easier to work with an Android device than the emulator, but it is possible to use the emulator: ~/.apportable/SDK/toolchain/macosx/android-sdk/tools/android will launch the android tool which can create AVD