-
Notifications
You must be signed in to change notification settings - Fork 20
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
Gradle Dependency #2
Comments
It doesn't work. You have to import the project as a module in Android On Sun, Jun 7, 2015, 12:54 AM CDandu16 [email protected] wrote:
|
@cbdonohue Any insight into what needs to be updated in the gradle file? Glad to help figure out what needs fixing here. |
Any luck with the gradle dependency? I have been trying to add this API to my project and can't seem to get it to work. If the gradle dependency doesn't work, is there a way to make this an Android library instead of a project? |
Clone or download the project into a directory. Then create a new Android project and import the soda-android-sdk module. I had to make the following changes to the build.gradle for the soda-android-sdk module:
You may also have to add the following to the Application tag of your manifest so it merges manifests correctly:
In your new application's build.gradle you will have to include the other module as a dependency: I'm using Android Studio 2.3 Beta 1 |
how do i import the soda-android-sdk module. |
Hi all all help gratefully accepted! |
Updated to run on Android 3.5 #3 |
Does the Gradle Dependency not work? It doesn't seem to recognize the source.
The text was updated successfully, but these errors were encountered: