Android Studio local path doesn't exist

前端 未结 9 1977
离开以前
离开以前 2020-12-06 07:33

I imported my Eclipse project into Android using Gradle. At first I had problems with R.java but I resolved them by adding \'gen\' folder as sources in Project Settings.

9条回答
  •  死守一世寂寞
    2020-12-06 07:57

    Try: Android Studio menu "File", "Invalidate Caches / Restarts..." For me "gradle clean packageDebug" don't works...

    (I develop on two Pc and paths of src/build are different)

提交回复
热议问题