We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When i use compile 'com.android.support:support-v4:22.2.0' or 'com.android.support:appcompat-v7:22.2.0'
Error:Execution failed for task ':mobile:compileDevDebugScala'.
Class file for android.support.v4.view.ViewCompat$LayoutDirectionMode not found
The text was updated successfully, but these errors were encountered:
Slightly different but I feel related:
Class file for android.support.v4.widget.DrawerLayout$EdgeGravity not found
Sorry, something went wrong.
I'm facing the same problem with DrawerLayout$EdgeGravity although using android-sdk-plugin (SBT). It seems that people are stumbling over this w.r.t. Proguard errors but no real solution (except for ignoring the problem): http://stackoverflow.com/questions/30645051/proguard-configuration-for-android-support-v4-22-2-0 http://stackoverflow.com/questions/30705589/gradle-build-failure
See scala-android/sbt-android#173, SI-7741, fixed in Scala 2.11.7
Use the workaround until then
No branches or pull requests
When i use compile 'com.android.support:support-v4:22.2.0'
or 'com.android.support:appcompat-v7:22.2.0'
Error:Execution failed for task ':mobile:compileDevDebugScala'.
The text was updated successfully, but these errors were encountered: