It appears the ParseUI-Android
project that is pulled from gradle isn't compatible with Parse-1.13.0
. Specifically, the version pulled from gradle, the class ParseSignupFragment.java
doesn't work with custom ParseUser
objects. This has since been fixed and the master
branch has the correct code in it.
Here's what I've done to try to solve this:
- Pulled the master branch
- Executed the gradle
assembleRelease
task - Copied
ParseUI-Login/build/intermediates/bundles/release/classes.jar
into my Androidlibs
directory - Renamed
classes.jar
toParseUI-Login-0.0.1.jar
- Added
compile files('libs/ParseUI-Login-0.0.1.jar')
to mybuild.gradle
- Executed a gradle build
- Fail
I obviously did something wrong, but I'm having a hard time trying to figure it out. Any thoughts or suggestions would be greatly appreciated.
Not as far along migrating off parse to new ENV, so dont know if it will help. Below how i use ParseLogin-UI in projects ( i clone 1 subfolder of PLU to a project sub folder (ParseUI-Login) and just refer to it in build.gradle)
top level build.gradle...
app.build.gradle.dependencies ....