Closed Okuro3499 closed 10 months ago
FATAL EXCEPTION: main Process: io.treehouses.remote, PID: 4755 java.lang.RuntimeException: Unable to create application io.treehouses.remote.MainApplication: java.lang.IllegalArgumentException: Cannot register a type that does not implement the default constructor! at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6746) at android.app.ActivityThread.access$1400(ActivityThread.java:237) at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1924) at android.os.Handler.dispatchMessage(Handler.java:106) at android.os.Looper.loop(Looper.java:223) at android.app.ActivityThread.main(ActivityThread.java:7741) at java.lang.reflect.Method.invoke(Native Method) at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:592) at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:966) Caused by: java.lang.IllegalArgumentException: Cannot register a type that does not implement the default constructor! at com.parse.ParseObjectSubclassingController.registerSubclass(SourceFile:181) at com.parse.ParseObject.registerSubclass(SourceFile:5) at com.parse.ParseObject.registerParseSubclasses(SourceFile:3) at com.parse.Parse.initialize(SourceFile:8) at com.parse.Parse.initialize(SourceFile:1) at io.treehouses.remote.MainApplication.onCreate(SourceFile:62) at android.app.Instrumentation.callApplicationOnCreate(Instrumentation.java:1206) at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6741) at android.app.ActivityThread.access$1400(ActivityThread.java:237) at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1924) at android.os.Handler.dispatchMessage(Handler.java:106) at android.os.Looper.loop(Looper.java:223) at android.app.ActivityThread.main(ActivityThread.java:7741) at java.lang.reflect.Method.invoke(Native Method) at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:592) at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:966)