-
Notifications
You must be signed in to change notification settings - Fork 203
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
Fix breaks due to Gradle 3 upgrade? #15
Comments
Also gave this a shot and got this error. too bad |
I've created a fork for this fix. https://github.com/bradley-curran/aws-device-farm-sample-app-for-android/tree/feature/gradle3 @wilsonmar, @rahaprogramming Can you try this fork and let me know if it works for you? |
This helped me solve the error. I found it here |
@wilsonmar, @rahaprogramming have you tried building the fork? https://github.com/bradley-curran/aws-device-farm-sample-app-for-android/tree/feature/gradle3 |
@bradley-curran |
I am so glad you took the time to create this example. Unfortunately, after forking then cloning this project onto my Mac 10.13.1, opening the project within Android Studio 3.0.0, seeing ADB appear, I got this error message:
I Googled the messages and found:
https://developer.android.com/studio/build/gradle-plugin-3-0-0-migration.html?utm_source=android-studio#annotationProcessor_config
https://stackoverflow.com/questions/42993587/setting-explict-annotation-processor
So I editing the project-level build.gradle file to end up with
classpath 'com.android.tools.build:gradle:3.0.1'
Then I clicked Sync.
In gradle-wrapper.properties I have:
distributionUrl=https://services.gradle.org/distributions/gradle-4.1-all.zip
Following [(https://developer.android.com/studio/build/gradle-plugin-3-0-0-migration.html#annotationProcessor_config] I added:
But this resulted in errors as well.
So I'm lost here. Suggestions?
The text was updated successfully, but these errors were encountered: