-
Notifications
You must be signed in to change notification settings - Fork 148
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
Guidelines for importing library to Android Studio #16
Comments
@jakadirnbek note that #15 solves this issue. |
It kind of works but now I get other errors. I am not sure if there is a problem with my configuration or it is the library.
|
You need to download the newest build tools: 22.0.1. |
I reinstalled everything and now it works.. thanks :) |
ghost
closed this as completed
May 4, 2015
This issue was closed.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
I am experiencing some difficulties with importing the library to Android Studio. Whenever I import it I get 2 errors:
I don't know if there is an issue with configuration of my parent project or the issue arises from the fact that this project was developed in Eclipse and has a different file structure. When I create a new project I set the minSDK to 12 since USB Host mode is only part of Android 3.1+.
It would be nice if there would be a tutorial for importing into Android Studio since it is now the official IDE. I am willing to create a tutorial with screenshots and everything, it's just I cannot resolve the problem.
Any help is much appreciated.
The text was updated successfully, but these errors were encountered: