06 2018 档案

摘要:一、版本信息: 系统版本:Ubuntu 18.04.2 LTS JDK版本: 1.8.0_171 SDK版本:android-sdk_r24.4.1-linux.tgz ADB版本:1.0.40 apktool版本:2.4.0 aapt(Android Asset Packaging Tool)版本 阅读全文
posted @ 2018-06-22 15:48 honkly 阅读(2204) 评论(0) 推荐(0)
摘要:1.下载 https://developer.android.com/studio/ 2.解压文件,将文件夹copy到/opt/ 3.进入/opt/android-studio/bin,运行./studio.sh 4.安装完成后,查看SDK路径,默认为/root/Android/Sdk 5.配置环境 阅读全文
posted @ 2018-06-21 17:58 honkly 阅读(3127) 评论(0) 推荐(0)
摘要:As a workaround, you can install OpenJDK 8 from a PPA repository: 1. Open terminal from the Dash or by pressing Ctrl+Alt+T. When it opens, run the com 阅读全文
posted @ 2018-06-21 16:45 honkly 阅读(243) 评论(0) 推荐(0)
摘要:设置用户名和邮箱: git config --global user.name "Your Name" git config --global user.email "email@example.com" 查看用户名和邮箱: git config -l cat ~/.gitconfig ADD目录下 阅读全文
posted @ 2018-06-15 14:46 honkly 阅读(278) 评论(0) 推荐(0)