admin管理员组文章数量:1123160
I use Android Studio to create Android emulators, and it usually works fine on Windows and Mac. However, when I try to create an emulator on my Linux PC, the device always shows up without a SIM card, even when I use the same system image.
What am I doing wrong?
I tryid different images from android studio observer and they also had to sim card.
I use Android Studio to create Android emulators, and it usually works fine on Windows and Mac. However, when I try to create an emulator on my Linux PC, the device always shows up without a SIM card, even when I use the same system image.
What am I doing wrong?
I tryid different images from android studio observer and they also had to sim card.
Share Improve this question edited 2 hours ago peterh 12.6k20 gold badges89 silver badges113 bronze badges asked 6 hours ago Alexandr BabenkoAlexandr Babenko 211 bronze badge New contributor Alexandr Babenko is a new contributor to this site. Take care in asking for clarification, commenting, and answering. Check out our Code of Conduct.1 Answer
Reset to default 01.Add these command line parameters when launching the emulator:
**-phone-number 5554 -dns-server 8.8.8.8**
2.Alternatively, you can modify the AVD configuration file (usually located in ~/.android/avd/[your_avd_name].avd/config.ini) to add:
hw.cellNetwork=yes
hw.lcd.density=420
hw.mainKeys=no
hw.keyboard=yes
本文标签: Why Android Emulator on linux does not have sim cardStack Overflow
版权声明:本文标题:Why Android Emulator on linux does not have sim card - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1736552098a1944524.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论