I've been trying for the past few days to make a Java library work with an Android app. The library is called WooCommerce API Java Wrapper
and it's open-source. The problem is that I'm getting a compile time error which is the following: Return code 1 for dex process
.
I have already searched on Google, Stackoverflow and many other sites for help with no luck. I've tried everything from changing Java version and adding Jack support (mentioned in the Github issue with the link below) to enabling multidex.
I've already tried getting help from the developer but he doesn't have any experience with Android app development. And from my side, I don't have any knowledge on how Java/Android libraries work.
I opened an issue on the Github repository of the library itself: https://github.com/icoderman/wc-api-java/issues/10
Please keep in mind that I'm still a beginner in Android development itself. Any help is greatly appreciated.