Herald Tech Notes
built
  • Home
  • Favorite
  • About
  • Search
Subscribe
Tagged

Android

A collection of 2 posts

Android

查询安卓手机的CPU架构

需要给国产Android手机安装谷歌服务框架,需要知道手机的CPU架构去下载对应的APK安装包。 ADB 调试工具下载 for windows 手机启用USB调试模式,检查确认已经和手机连接: PS C:\platform-tools> .\adb.exe devices List of devices attached 0f7b84a10304 device 获取手机 CPU 架构信息: PS C:\platform-tools> .\adb.exe shell getprop ro.product.cpu.abi arm64-v8a Reference https://blog.csdn.net/qq_36317441/article/details/89494686 https://developer.android.

  • Herald Yu
Herald Yu Dec 16, 2020 • 1 min read
Linux Mint

Linux Mint 下使用 Android 模拟器

下载最新的 (Android Studio)[https://developer.android.com/studio/] 解压并根据说明运行 bin/studio.sh 脚本进行安装。 下安装 KVM 可以加速模拟器访问 sdkmanager 列出所有可以使用的镜像: $ ~/Android/Sdk/tools/bin$ ./sdkmanager --list 下载镜像 system-images;android-28;google_apis;x86_64: $ ~/Android/Sdk/tools/bin$ ./sdkmanager "system-images;android-28;google_apis;x86_64" avdmanager 模拟器相关工具位于 ~/Android/Sdk/tools/bin,

  • Herald Yu
Herald Yu Oct 16, 2018 • 1 min read
Herald Tech Notes © 2022
Powered by Ghost