Joshua Pierce

Results 9 comments of Joshua Pierce

Wow thanks man I lost probably 3 hours trying to figure out why DCCustomParser didn't work. we need docs on DCCustomParser!

If anyone is still interested in this I have created an annotation processor to generate ParseObject subclasses from schema objects. The project is here: https://github.com/d370urn3ur/AnnotatedParseObject

@addisonElliott Yes you can generate the setters/getters but then you have to manually edit them all to conform to the ParseObject's expected behavior ( get_Type_("key") / put("key", value) ) which...

I have the same problem, it's a problem with how it's been published to maven central. When you look at the library structure in your Android Studio dependencies, the jar...

I have tried your solution but it still isn't working, no tests are being run (Xcode 8.3.2)

I had the same problem I think, and I used this work-around to fix it: in the JazzyViewPager's AndroidManifest.xml (NOT your main app's manifest), add the tools xml namespace (`xmlns:tools="http://schemas.android.com/tools"`)...

True, now that I understand Android Studio better, might as well just remove entire node

just comment out everything in the jazzyViewPager's AndroidManifest.xml. LIke this: ``` ```

do you have any other library projects that contain application tags in their manifests? only your main module's manifest should have an application tag. Otherwise, I can't really diagnose your...