Skip to content
New issue

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新手挖坑指南 #138

Open
akFace opened this issue Aug 14, 2021 · 1 comment
Open

Android新手挖坑指南 #138

akFace opened this issue Aug 14, 2021 · 1 comment

Comments

@akFace
Copy link
Contributor

akFace commented Aug 14, 2021

Android新手挖坑指南]

1、确保自己的Android Studio为最新版本 如果不是可以在此下载最新版 点击去下载

2、安装完Android Studio打开,会提示安装SDK

翻墙情况下会好很多。不会翻墙请百度 “Android Studio 国内镜像”
也可以参考这个 【Android Studio】配置国内镜像源(利用hosts)

3、创建好eeui项目后导入Android Studio,手动修改如下配置

使用阿里镜像,同步会快很多

        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

如图所示:
image

4、打包太慢可以设置Android studio配置更多的内存:

https://www.jianshu.com/p/b758c2044fd8

@akFace
Copy link
Contributor Author

akFace commented Aug 14, 2021

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant