Android Studio Eclipse Implementation Project

Android Studio 0.4.0

I tried to import the eclipse project directly (did not export the eclipse project as "generated gradle build files") and tried this soliution migration . The result of both methods looks like this:enter image description here

Is this a good project structure? And if this is not the case, how to transfer the Eclipse project to Android Studio?

Import Andriod Studio Magazine

Google repository installed

enter image description here

PS Some Android-related toolbar buttons are inactive after importing a project.

enter image description here

+4
source share
4 answers

, :

com.intellij.openapi.externalSystem.model.ExternalSystemException: Could not find any version that matches com.google.android.gms:play-services:+.
Required by:
    kmvts-rb-1.1.0:app:unspecified

, Play Services. SDK Manager ( Android Studio, SDK , ), Google Repository. .

, , , .

+1

, Eclipse Android Studio - File -> Import project, , create project from existing sources Eclipse.

Eclipse, Android Studio/Intellij IDEA eclipse. Settings -> IDE Settings -> keymap Eclipse .

0

, . gradle , gradle. , gradlew.bat gradlew . , . Android Studio .

0

:

Eclipse Android Studio

  • AndroidManifest.xml.
  • Either: The root directory must contain the .project and .classpath files from Eclipse, or the root directory must contain the res and src directories.
0
source

All Articles