app crashed
Opened this issue · 7 comments
hi. i build successful and installed in tango phone .but it flash back when i started ,
this is my tango phone and i use AS-3.2
could you please offer the tangoimurecorder.apk file to me ? and how to resolve the flash problem , i 'm very apprate if you can give any instruction
I have been stuck in this problem for a few days, it has bothered me.
@higerra AndroidIMURecoder run successful in my tango phone,but TangImuRecorder still run failed in tango phone,,flash back
in my tango phone ,tango c++ and java example run successful on tango phone
i solve this problem ,the code have some bug ,i will update it·
Hi @fangxu622 can you please post your solution here? I am facing the same issue.
@diav79 hi ~Sorry I'm little busy recently
you just modify some code like this
and add this code
mFineLocationPermissionGranted = checkPermission(Manifest.permission.ACCESS_FINE_LOCATION, REQUEST_CODE_FINE_LOCATION);
all modify on mainactive.java file
Hello,
You should only add this code to the ~408th line:
mFineLocationPermissionGranted = checkPermission(Manifest.permission.ACCESS_FINE_LOCATION, REQUEST_CODE_FINE_LOCATION);
and "google()" into gradle.
At the beginning, I had the same problem but after updating the OS to the newest version, all problems disappear.