-
Notifications
You must be signed in to change notification settings - Fork 143
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
Add Android support in jFairy #24
Comments
Any updates about this issue? Sorry for the bump |
is this library available through gradle dependency? |
Yes, just add: 'io.codearte.jfairy:jfairy:0.4.1' |
thanks 👍 |
Even better you can use version 0.4.3: 'io.codearte.jfairy:jfairy:0.4.3' Btw, the easy way to check what to paste to get it into Gradle/Maven/whatever is to click the Maven Central badge in README: https://search.maven.org/#artifactdetails|io.codearte.jfairy|jfairy|0.4.3| . |
@szpak thanks. :) |
I get a runtime exception when using this lib (V.
|
I also tried with |
For completeness: with version 0.6.2 I get the following error (see below). This time it is caused by: setting min api to 26 solves the problem, but currently, it's a too hard requirement.
FAILURE: Build failed with an exception.
|
More: http://stackoverflow.com/questions/9193877/is-there-any-fake-data-generator-that-works-with-android/24262121#24262121
The text was updated successfully, but these errors were encountered: