Hi,
I have build the project ,run the project, then application just gets crashed as it starts. Below is some Error logs.
FATAL EXCEPTION: main
Process: com.example.wemsol.augmentedrealityapplication, PID: 28655
java.lang.NullPointerException: Attempt to write to field 'com.example.wemsol.augmentedrealityapplication.utils.arview.DataView com.example.wemsol.augmentedrealityapplication.utils.arview.RadarView.view' on a null object reference
at com.example.wemsol.augmentedrealityapplication.utils.arview.DataView.draw(DataView.java:330)
at com.example.wemsol.augmentedrealityapplication.utils.arview.RadarMarkerView.onDraw(ARView.java:404)
Hi, I have build the project ,run the project, then application just gets crashed as it starts. Below is some Error logs. FATAL EXCEPTION: main Process: com.example.wemsol.augmentedrealityapplication, PID: 28655 java.lang.NullPointerException: Attempt to write to field 'com.example.wemsol.augmentedrealityapplication.utils.arview.DataView com.example.wemsol.augmentedrealityapplication.utils.arview.RadarView.view' on a null object reference at com.example.wemsol.augmentedrealityapplication.utils.arview.DataView.draw(DataView.java:330) at com.example.wemsol.augmentedrealityapplication.utils.arview.RadarMarkerView.onDraw(ARView.java:404)