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


can install android device simulator in xcode when using apportable convert ios app android or need android device compile , run project? dont have android device , wanted test before go buy one.

thanks

note easier work android device emulator, possible use emulator:

~/.apportable/sdk/toolchain/macosx/android-sdk/tools/android launch android tool can create avd's.

make sure install arm eabi v7a system image, create avd target of api level 17, cpu/abi of arm (armeabi-v7a), sd card size of around 500 mib, choose builtin skin of wvga800, select hardware features of abstracted lcd density of 240, max vm application heap of 48 , device ram size of @ least 512, internal storage should @ least 500 mib. , of make sure check box use host gpu.

to run emulator:

dyld_library_path=~/.apportable/sdk/toolchain/macosx/android-sdk/tools/lib/ ~/.apportable/sdk/toolchain/macosx/android-sdk/tools/emulator-arm -avd emulator -gpu on

this launch android emulator (note: take bit launch) , can use emulator run apps , debug provided when invoking apportable tool specify rooted=yes e.g.

rooted=yes mtp=no apportable debug

here emulator configuration ~/.android/avd/emulator.avd/config.ini:

avd.ini.encoding=iso-8859-1 hw.dpad=no hw.lcd.density=320 sdcard.size=500m hw.cpu.arch=arm hw.device.hash=-708107041 hw.camera.back=none disk.datapartition.size=500m hw.gpu.enabled=yes skin.dynamic=yes skin.path=720x1280 hw.keyboard=yes hw.cpu.model=cortex-a8 hw.ramsize=1024 hw.device.manufacturer=google hw.sdcard=yes hw.mainkeys=no hw.accelerometer=yes skin.name=720x1280 abi.type=armeabi-v7a hw.trackball=no hw.device.name=galaxy nexus hw.battery=yes hw.sensors.proximity=yes image.sysdir.1=system-images/android-17/armeabi-v7a/ hw.sensors.orientation=yes hw.audioinput=yes hw.camera.front=none hw.gps=yes vm.heapsize=200 

Comments

Popular posts from this blog

c++ - Creating new partition disk winapi -

Android Prevent Bluetooth Pairing Dialog -

php - joomla get content in onBeforeCompileHead function -