简体   繁体   English

适用于Android Oreo的基于ARM的仿真器

[英]ARM-based Emulator for Android Oreo

I am trying to create an emulator for Oreo (Android 8) that runs ARM AEBI V7. 我正在尝试为运行ARM AEBI V7的Oreo(Android 8)创建一个模拟器。 The reason I need this architecture is that I include a component that has a native library, but compiled only for armaebi-v7. 我需要这种架构的原因是我包含一个具有本机库的组件,但仅为armae​​bi-v7编译。 I do not have access to the source code for the component so I can't recompile the native code. 我无权访问组件的源代码,因此无法重新编译本机代码。

In Android Studio, when I open the SDK Manager and expand the options for Oreo, I see an emulator image for X86 only. 在Android Studio中,当我打开SDK Manager并展开Oreo的选项时,我只看到了X86的模拟器图像。 For earlier versions of Android I can see ARM emulator images. 对于早期版本的Android,我可以看到ARM模拟器图像。

Should I see ARM images for Oreo as well? 我是否应该为奥利奥看到ARM图像? Or perhaps these have not been released yet? 或许这些尚未发布?

It is still the same. 它仍然是一样的。 Let's hope that they will add. 我们希望他们会补充一下。 I use the x86 build for the android 8 emulator, which is built separately, specifically for this purpose. 我使用x86 build为android 8模拟器,它是单独构建的,专门用于此目的。

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

相关问题 Android 汽车是否有基于 ARM 的系统映像? - Is there an ARM-based system image for Android automotive? 我的计算机使用基于ARM的CPU。 如何以最佳性能运行Android模拟器? - My computer uses an ARM-based CPU. How can I run the Android emulator with optimal performance? Android Oreo模拟器中的相机 - Camera in Android Oreo emulator Android 8(Oreo)模拟器二进制文件 - Android 8 (Oreo) emulator binaries 在将lzo与参数-DCMAKE_BUILD_TYPE:STRING =基于手臂的Android设备上发布时,应用程序崩溃 - App crashes while using lzo with the argument -DCMAKE_BUILD_TYPE:STRING=Release on arm-based Android devices 适用于Google Play商店的Android Oreo 8.0模拟器 - Android Oreo 8.0 Emulator With Google Play Store 未收到Android Wear模拟器Oreo FCM消息 - Android Wear Emulator Oreo FCM Messages not received Android ARM v7模拟器 - Android ARM v7 emulator 无法连接到运行 Oreo 的谷歌安卓模拟器上的端口 - Can't connect to port on google's android emulator running Oreo 广播接收器在模拟器上工作但不在真实设备上工作(Android Oreo) - Broadcast receiver working on emulator but not on working real device (Android Oreo)
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM