rn and flutter appear "Running Gradle task 'assembleDebug

When you run rn and flutter for the first time, you will get stuck in Running Gradle task 'assembleDebug. You can use Alibaba's image, as shown below:

maven { url 'https://maven.aliyun.com/repository/google/' }
google()
maven { url 'https://maven.aliyun.com/repository/jcenter/'}
mavenCentral()

 

Guess you like

Origin blog.csdn.net/weixin_38441229/article/details/132388216
Recommended