Skip to content

Import project vs dependencies #125

@vokvince

Description

@vokvince

Hello !

Reading the documentation I don't understand how I can added this library(ParseUI-Android).

Few month ago I imported the lib with the repository's project(and today I have a crash because the new ParseUser() doesn't work) so I switch for the dependencies but we can't override ParseSignUpFragment and there is still this crash...

The crash :
FATAL EXCEPTION: main
java.lang.IllegalArgumentException: You must create this type of ParseObject using ParseObject.create() or the proper subclass.
at com.parse.ParseObject.(ParseObject.java:365)
at com.parse.ParseObject.(ParseObject.java:334)
at com.parse.ParseUser.(ParseUser.java:162)
at com.parse.ui.ParseSignupFragment.onClick(ParseSignupFragment.java:178)
at android.view.View.performClick(View.java:4763)
at android.view.View$PerformClick.run(View.java:19821)
at android.os.Handler.handleCallback(Handler.java:739)
at android.os.Handler.dispatchMessage(Handler.java:95)
at android.os.Looper.loop(Looper.java:135)
at android.app.ActivityThread.main(ActivityThread.java:5272)
at java.lang.reflect.Method.invoke(Native Method)
at java.lang.reflect.Method.invoke(Method.java:372)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:909)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:704)

Could you help me please ?

Thank you !

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions