We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
翻墙情况下会好很多。不会翻墙请百度 “Android Studio 国内镜像” 也可以参考这个 【Android Studio】配置国内镜像源(利用hosts)
使用阿里镜像,同步会快很多
maven { url 'https://maven.aliyun.com/repository/public' }//jcenter maven { url 'https://maven.aliyun.com/repository/gradle-plugin' }//gradle-plugin maven { url 'https://maven.aliyun.com/repository/central' }//central maven { url 'https://maven.aliyun.com/repository/google' }//google
如图所示:
https://www.jianshu.com/p/b758c2044fd8
The text was updated successfully, but these errors were encountered:
Sorry, something went wrong.
No branches or pull requests
Android新手挖坑指南]
1、确保自己的Android Studio为最新版本 如果不是可以在此下载最新版 点击去下载
2、安装完Android Studio打开,会提示安装SDK
翻墙情况下会好很多。不会翻墙请百度 “Android Studio 国内镜像”
也可以参考这个 【Android Studio】配置国内镜像源(利用hosts)
3、创建好eeui项目后导入Android Studio,手动修改如下配置
使用阿里镜像,同步会快很多
如图所示:
4、打包太慢可以设置Android studio配置更多的内存:
https://www.jianshu.com/p/b758c2044fd8
The text was updated successfully, but these errors were encountered: