gpt4 book ai didi

Android things +(Raspberry Pi 3 模拟器和 BreadBoard 模拟器)

转载 作者:搜寻专家 更新时间:2023-11-01 07:45:46 24 4
gpt4 key购买 nike

是否可以仅使用模拟项目为 Android 开发东西。那么 Raspberry pi3 的模拟器和虚拟面包板还有任何其他必要的组件吗?

最佳答案

目前还没有 Android Things(当然还有带面包板的 Raspberry Pi 3)模拟器,而且可能不会创建模拟器。但是,如果您只想测试 UI(或其他非硬件特定的东西),您可以使用普通模拟器,如 this Blundell的答案描述:

in your AndroidManifest.xml add that the Android Things SDK is not required:

  <uses-library android:name="com.google.android.things" android:required="false"/>

... activities etc

android:required="false" is the key

You just have to make sure, that the code that is running on the emulator is not using any of the Android Things java imports at that time.

关于Android things +(Raspberry Pi 3 模拟器和 BreadBoard 模拟器),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/44685457/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com