How can I open ~/.android/adb_usb.ini for the Kindle Fire?

无人久伴 提交于 2019-12-11 00:36:29

问题


This is a pretty basic question, but I can't figure out how to get to the ~/.android/adb_usb.ini file in order to edit it so I can develop on my Fire. What does the ~ mean? Where is .android? Just a little confused...


回答1:


~ is a shortcut for the home directory that usually has your name on it, the longer variant is usually /Users/yourusername. .android is therefore found under /Users/yourusername/.android. Note that files and folder which begin with a dot are considered hidden. This means you have to show them on some way (just googled that out of curiosity, seems like you have to do some command line magic).

Alternatively you can use Go -> Go to folder in the finder from the menu and just type ~/.android into the field that pops up. Click ok and you're in the folder.



来源:https://stackoverflow.com/questions/8369341/how-can-i-open-android-adb-usb-ini-for-the-kindle-fire

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!