Closed n8fr8 closed 8 years ago
I did build and test on Nexus 7 with Android 6.x, and the YouTube and Facebook features did seem to run and not crash, though I didn't have the proper oauth keys in the build.
The check failed fyi b/c of "ailed to find Build Tools revision 23.0.3"
built fine, thanks @n8fr8
This should fix the APK build. I was still having issues building from the command line here, but build APK in Android Studio worked. I think my command line gradle is janky a bit, so hoping it will work for you.
Primarily I dealt with various class/package conflicts through either gradle build commands to exclude them, or by updating libsecureshare with a modified aws jars to remove unneeded conflicting packages (fasterxml/jackson)