简体   繁体   English

在 Android x86 上开发 android 应用程序

[英]Developing android apps on Android x86

I'm looking for some resources about developing android apps using Android x86 as I don't have an android device and the emulator is way to slow to be able to use. I'm looking for some resources about developing android apps using Android x86 as I don't have an android device and the emulator is way to slow to be able to use. Anyone have any resources or advice for trying to do this?有人有任何资源或建议可以尝试这样做吗?

As your whole development is not targeted at the hardware platform, but at Dalvik (the virtual machine), you shouldn't have any problems developing for Android on x86 the same way you do it for mobile.由于您的整个开发不是针对硬件平台,而是针对 Dalvik(虚拟机),因此您在 x86 上为 Android 开发应该没有任何问题,就像在移动设备上一样。 My guess is that you might find trouble when you decide to do more advanced things like using the NDK,as there you're dealing with native code, but it probably shouldn't be a problem if you have experience with linux programming.我的猜测是,当您决定使用 NDK 等更高级的事情时,您可能会遇到麻烦,因为您正在处理本机代码,但如果您有 linux 编程的经验,这可能不成问题。

some companies provide "cloud" access to real mobile devices for testing purpose.一些公司出于测试目的提供对真实移动设备的“云”访问。 I just googled http://www.perfectomobile.com/portal/cms/android.html but I did not use it.我刚刚搜索了 http://www.perfectomobile.com/portal/cms/android.html但我没有使用它。 There are probably competitors with similar services.可能有竞争对手提供类似的服务。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM