treehouses / remote

⚡ control Raspberry Pi from Android Device through Bluetooth ⚡
https://play.google.com/store/apps/details?id=io.treehouses.remote
GNU Affero General Public License v3.0
62 stars 27 forks source link

Unable to create application #1830

Closed Okuro3499 closed 7 months ago

Okuro3499 commented 7 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) 
jerofasion commented 7 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)