Android Application Development on Android x86

I am looking for some resources about developing Android applications using Android x86, since I do not have an Android device, and an emulator is a way to slow down. Does anyone have any resources or tips for this?

+3
source share
3 answers

Since all your development is not aimed at the hardware platform, but at Dalvik (virtual machine), you should have no problems developing for Android on x86 in the same way as you do for mobile devices. I assume that you can find problems when you decide to do more complex things, for example, using the NDK, since there you are dealing with native code, but this is probably not a problem if you have experience with Linux programming.

+4
source

some companies provide cloud-based access to real mobile devices for testing purposes. I just googled http://www.perfectomobile.com/portal/cms/android.html but I have not used it. There are probably competitors with similar services.

0
source

All Articles