Skip to content
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

ViewCompat$LayoutDirectionMode not found #61

Open
rimidalv opened this issue May 29, 2015 · 3 comments
Open

ViewCompat$LayoutDirectionMode not found #61

rimidalv opened this issue May 29, 2015 · 3 comments

Comments

@rimidalv
Copy link

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

@jromero
Copy link

jromero commented Jun 16, 2015

Slightly different but I feel related:

Class file for android.support.v4.widget.DrawerLayout$EdgeGravity not found

@nightscape
Copy link

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

@pfn
Copy link

pfn commented Jun 17, 2015

See scala-android/sbt-android#173, SI-7741, fixed in Scala 2.11.7

Use the workaround until then

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants