Build Android

Issue #566 resolved
Andrey Somov created an issue

This does not work:

./mvnw clean install site -Pandroid

The challenge is to build a JAR with Java 8 which will work for Android (Android does not have introspection of JRE)

Comments (5)

  1. Dennis Roppelt

    First off, I am truely sorry about all the unwanted attention you are getting. I am hearing your “please help me“.

    Im not experienced with Android development, but Ill give it a go to find out since when this broke and possibly track down what broke for android.

  2. Andrey Somov reporter

    We tried to migrate to Java 8. Android build failed. I reverted the migration and keep it in the separate branch.
    The task is to branch off from master and implement the Android build for Java 8.

  3. Log in to comment