-
-
Notifications
You must be signed in to change notification settings - Fork 96
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
Repair Android tests #78
Comments
Can I try to do this? |
@gitryder Of Course! Go for it! Normally if you launch with the -Pall profile, you will things falling over. |
I'm sorry, I'm new to contributing. I don't understand what you're saying. What's -Pall profile? |
when launching maven build: |
Can I check this also? Thanks. |
All help is appreciated. Start by getting a working build. I can give move details afterwards. Some working example could be |
The gradle to maven migration fails with an NPE on this project. :/ |
Thoughts on just moving |
Here is a basic gradle setup that let's you run the Android test. -> #82 If you change minSdk to With error:
|
@henri-tremblay I couldn't see any failing tests. Is this issue up-to-date? |
@nach-o-man Yes. The tests are "passing". But if you read the log, you will see that it looks like the test is actually failing with some error code. So the current build probably just doesn' detect the failure. |
It might require to migrate to Gradle
The text was updated successfully, but these errors were encountered: