- gradlew Gradle Wrapper,use gradlew to build
- pay attention to settings in gradle: in fact there are two kinds of gradle file, one for project one for app. In gradle file, we set target SDK version and jdk version
- do not upgrade key versions: 1. target SDK version 2. jdk version
- sync if necessary: when update settings file,there will be a sync button shown, click the sync button to sync
- use mirror to accelarate your maven source:
For further actions, you may consider blocking this person and/or reporting abuse
Top comments (0)