-
Notifications
You must be signed in to change notification settings - Fork 174
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to import into Android Studio #10
Comments
I'm not an Android Studio expert but I've created a new branch for the Android Studio migration in androidstudio_migration. Feel free to check that one out. Should work out of the box. Importing a complex Eclipse project into Android Studio and converting it to Gradle is not something that is currently supported in Android Studio I guess. Had to tweak it a bit. Let me know if you got it up and running so I can close this and add this info to the documentation. Sorry for the late response. |
Hello - and thanks for your effort! I can also run it in a Genymotion Samsung S4, but up to now the maps won`t show up. Thanks, |
Yeah. Make sure you got a good API key (follow the tutorial for that). Also using Genymotion (image with Google APIs enabled) and is working fine. |
Hi, you could help me with something? I'm trying to use your https://github.com/ddewaele/GoogleMapsV2WithActionBarSherlock project, but it throws some errors, the error is that I can not import "com.ecs.google.maps.v2.actionbarsherlock.R". It could help me? I leave my mail [email protected] |
This is the pefect space for discussing htis.
|
I'm using eclipse and use code source from master branch. I imported google-play-services_libs and actionbarsherlock in the project, but can't import com.ecs.google.maps.v2.actionbarsherlock.R, nor is created R in "generate java files". I think there is an error, but not sure |
Hello, the same thing is happening to me, I imported the projects but i get error with de class R, I'm looking the class but is not there. I'm using Eclipse. |
I downloaded the code and I have also imported the github, but the class is not generated com.ecs.google.maps.v2.actionbarsherlock.R your project and help me to resolve any issues fairly. I hope you can help me |
Just pushed some code that make it run on my Android Studio 1.5.1. Also think ActionBarSherlock is completely deprecated now, and you should switch to the compat library. Been a while since I've done any serious android dev. |
I am new to Android Studio (AS) - so in AS I chose clone from Repository-> git, which downloaded the files.
Then it complaines about not beeing a Gradle-project - how can I convert this git to a gradle-project?
Otherwise, if I try to run I get an error:
org.junit not found
The text was updated successfully, but these errors were encountered: