与天地兮比寿,与日月兮齐光。这篇文章主要讲述Mac eclipse 连接安卓手机调试 adb相关的知识,希望能为你提供帮助。
echo 手机厂商号 >
>
~/.android/adb_usb.ini
~ echo 0x18d1 >
>
~/.android/adb_usb.ini
重启系统即可
环境变量
vim .profile
添加:(根据自己SDK存放的位置而定)
export PATH=${PATH}:/Applications/adt-bundle-mac-x86_64-20140702/sdk/platform-tools
【Mac eclipse 连接安卓手机调试 adb】
export PATH=${PATH}:/Applications/adt-bundle-mac-x86_64-20140702/sdk/tools
生效:
source .profile
用法: adb shell
推荐阅读
- AndroidStudio添加依赖库及build.gradle
- spring+mybatis+tkmapper+atomikos实现分布式事务-动态切换数据源
- AndroidStudio连不上天天模拟器
- maven 构建的 webapp 基本配置
- ShopNC Android 好商城原生安卓客户端源码项目
- windows上react-native run-android时Exception in thread "main" java.lang.IllegalArgumentExcep
- react-native run-android时 SDK location not found.报错
- Android studio启动后卡在refreshing gradle project
- 《Android进阶之光》--Material Design