-
Notifications
You must be signed in to change notification settings - Fork 16
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
android.view.ViewGroup$LayoutParams cannot be cast to android.widget.LinearLayout$LayoutParams #4
Comments
A solution that worked for me was to change the dependency from |
I'm hesitant to merge your pull request at the moment because the latest stable of neko (and lein-droid) causes problems for some people (myself included). In my tutorial, I encourage people to use If anything, the dependency should at least be |
Yes, |
I don't have time to recreate the problem I was having right now, but it wouldn't compile. If I remember correctly, it was an error similar to yours. Great that |
Using
[lein-droid "0.2.0-preview4"]
, I can compile the app, but when I run it on my Galaxy Nexus with Android 4.2.2 I get the following:The text was updated successfully, but these errors were encountered: