Android Studio local path doesn't exist

前端 未结 9 1970
离开以前
离开以前 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:56

    follow these steps. This worked for me...

    1. Go to your project directory.In that directory search for .apk file....
    2. You will find a apk with name of your project+debug-unalighned.apk.
    3. Open .iml file insideyour project folder that contain project source directory.
    4. Open it.add

      write inside tags.

      Now go and run your project...

    PROBLEMO SOLVED....:)

提交回复
热议问题