-
Notifications
You must be signed in to change notification settings - Fork 28
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 support? #36
Comments
I don't have an Android device, so I'm not sure how much I can help you. What exactly is the problem when you use motion-support with Android? Off the top of my head, not a lot should be incompatible with Android. You should be able to cherry-pick what you want from motion-support. require 'motion-support/core_ext/class' See the readme for details. Let me know if that works for you. |
I see, Im going to try to require only "cattr_accessor", but the error that Im getting is this one: error: Helper has private access in EditorCompat You can see that Im using Volley for network requests, I'll try to remove Volley to see if that is the issue too, thanks. |
Gemfile: gem 'motion-support', require: false Then I added to Rakefile: require 'motion-support/core_ext/class' The error that I got is: Exception raised: NoMethodError: undefined method I see that extract_options is a method from Array, then I added to Rakefile: require 'motion-support/core_ext/array' and I get the error: Exception raised: NoMethodError: undefined method and now I dont know whats the next to include :D |
Hello,
Is there any chance of this gem get Android support?
Or any alternatives for "cattr_accessor", for example?
Thanks,
The text was updated successfully, but these errors were encountered: