DEV Community

qianduan
qianduan

Posted on

basic guide to anroid development

  1. gradlew Gradle Wrapper,use gradlew to build
  2. 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
  3. do not upgrade key versions: 1. target SDK version 2. jdk version
  4. sync if necessary: when update settings file,there will be a sync button shown, click the sync button to sync
  5. use mirror to accelarate your maven source:

Top comments (0)