-1

Import project (Eclipse ADT, Gradle, etc.) - i import project from this option and it works on my notebook, but when i try to import this same project in computer (with from same option), i see only build gradle in infinity.

It is horrible, i try to open project form 2 days and i no have idea now. Maybe i should install something to android studio ?

Like this:

Screenshot

EDIT: This is not a duplicate question. My problem is not "Too long"; my problem is "Never opened".

Ole V.V.
  • 81,772
  • 15
  • 137
  • 161
  • first time it takes time because it downloads all the artifact that are required by your libgdx project. Internet speed may be the reason. – Abhishek Aryan Feb 04 '17 at 12:13
  • android studio always show that something needs to download – rambo200000 Feb 04 '17 at 12:17
  • 1
    Possible duplicate of [Android Studio gradle takes too long to build](http://stackoverflow.com/questions/29391421/android-studio-gradle-takes-too-long-to-build) – Abhishek Aryan Feb 04 '17 at 12:27

1 Answers1

0

Try This

In Android Studio go to File -> Settings -> Build, Execution, Deployment -> Build Tools -> Gradle

Check the 'Offline work' under 'Global Gradle settings'

It will make the gradle build 90% faster.

Abhishek Aryan
  • 19,936
  • 8
  • 46
  • 65