-
Notifications
You must be signed in to change notification settings - Fork 13
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
F-droid build fails #6
Comments
The error message is indicating f-droid can't build an app with JAR files in app/libs, I don't understand the issue. We need JAR files for Mongo DB driver and SASL support. I also don't understand how it could have built 2.0.0 which also uses JAR files. |
This seems to be some kind of test for code quality/conformance with the f-droid build process. The best hint I could find was from a discussion on the f-droid forums:
I found one instance where this was addressed directly. Sooo... this might be a bit of a doozie. Or not. Like I said, I don't know much about android development. |
OK, I see. That makes sense. I guess we would need to include and build SASL and Mongo driver source inside the project. I'm not sure how much effort or difficulty is involved, will have to look into it when possible. |
Apparently f-droid has some issues building MongoExplorer since last release:
https://f-droid.org/wiki/page/com.innodroid.mongobrowser
I have little understanding of android development, so I have no way of knowing how difficult this would be to fix...
This is a shame, I found this while looking for a solution to #2, but without google services on my phone, I'm stuck with the old auth mechanism.
The text was updated successfully, but these errors were encountered: