I am trying to fork GCMHelloWorld from github. When I try to Import Project (Eclipse ADT, Gradle, etc.)
using Android Studio, I get an error saying There are uncoverable errors which must be corrected first
. How do I import this Eclipse project in Android Studio?
Asked
Active
Viewed 37 times
1

Jaseem Abbas
- 5,028
- 6
- 48
- 73
1 Answers
0
This answer here gives a very detailed step on how to do this with minimal problems https://stackoverflow.com/a/22791290/2864560
It should be worth noting that you would have to checkout your project to your computer, then use the actual Android Studio Wizard to import an Eclipse Android Project. Then you can sync it with your git repo (Even this might have a problem, so you may end up having to delete your old repo or renaming it and also making sure the new gradle scripts don't intermingle with the different Eclipse Hierarchy.

Community
- 1
- 1

Tobi Akerele
- 962
- 10
- 20