Closed proletarius101 closed 3 years ago
robolectric, a popular testing framework for Android apps, explicitly requires Java 9+ (jre) for API 29+ projects. However, the flatpak only bundled with java 8, which makes it impossible to test apps targeting api 29+ with robolectric framework.
Some Approach :
robolectric, a popular testing framework for Android apps, explicitly requires Java 9+ (jre) for API 29+ projects. However, the flatpak only bundled with java 8, which makes it impossible to test apps targeting api 29+ with robolectric framework.