StoryMaker / storymaker

Android mobile app. Make your story great.
https://storymaker.org
GNU General Public License v2.0
70 stars 49 forks source link

Dev fix build #168

Closed n8fr8 closed 8 years ago

n8fr8 commented 8 years ago

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)

n8fr8 commented 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.

n8fr8 commented 8 years ago

The check failed fyi b/c of "ailed to find Build Tools revision 23.0.3"

vitriolix commented 8 years ago

built fine, thanks @n8fr8