question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

app can not start on some android devices

See original GitHub issue

my app run on my device(samsung grand) and emu, but I tried it on other phone (huawei y5 2017) and it was unable to start

adb log:

03-22 05:54:22.965 30915 30930 E BDLog   : BD.BaseEvent:Encrypt Exception: expected IV length of 16 but was 32
03-22 05:54:23.200  1241  2596 E Sensors : handleToDriver handle(0)
03-22 05:54:23.206  1241  2596 E Sensors : handleToDriver handle(0)
03-22 05:54:23.209  1241  2596 E Sensors : new setDelay handle(0),ns(66667000)m, error(0), index(2)
03-22 05:54:23.256  3813  3813 E MultiWindowProxy: getServiceInstance failed!
03-22 05:54:26.702  3813  3882 F libc    : Fatal signal 11 (SIGSEGV), code 1, fault addr 0x7f57ec0000 in tid 3882 (FrescoDecodeExe)
03-22 05:54:26.758  3883  3883 E AEE/AED : unexpected waitpid response: n=3882, status=0000000b
03-22 05:54:26.758  3883  3883 E AEE/AED : tid exited before attach completed: tid 3882
03-22 05:54:26.758  3883  3883 E AEE/AED : request.action: 0
03-22 05:54:26.845  1241  1255 E HsmCoreServiceImpl: onTransact in code is: 102
03-22 05:54:26.845  1241  2132 E Sensors : handleToDriver handle(0)
03-22 05:54:26.849  1241  1496 E InputDispatcher: channel '46571b6 com.contractorapp/com.contractorapp.MainActivity (server)' ~ Channel is
unrecoverably broken and will be disposed!
03-22 05:54:26.855  1241  2090 E MultiWindowProxy: getServiceInstance failed!
03-22 05:54:26.874  2116  2279 E HwLauncher: SettingsEx , no such field.
03-22 05:54:27.041  1241  9226 E Sensors : handleToDriver handle(4)
03-22 05:54:27.072  1241  9226 E Sensors : handleToDriver handle(4)
03-22 05:54:27.072  1241  9226 E Sensors : new setDelay handle(4),ns(1000000000)m, error(0), index(5)
03-22 05:54:28.078  1241  1486 E PROXIMITY: ProximitySensor: unknown event (type=3, code=0)
03-22 05:54:28.089  1241  1622 E Sensors : handleToDriver handle(4)

and this is my dependencies :

"@terrylinla/react-native-sketch-canvas": "^0.8.0",
    "axios": "^0.18.0",
    "firebase": "^5.8.6",
    "formik": "^1.5.1",
    "react": "16.8.3",
    "react-native": "0.59.1",
    "react-native-elements": "^1.1.0",
    "react-native-formik": "^1.7.5",
    "react-native-gesture-handler": "^1.1.0",
    "react-native-material-textfield": "^0.12.0",
    "react-native-restart": "0.0.9",
    "react-native-touchable-scale": "^2.0.0",
    "react-native-vector-icons": "^6.4.2",
    "react-navigation": "^3.3.2",
    "recompose": "^0.30.0",
    "rn-fetch-blob": "^0.10.15",
    "yup": "^0.26.10"

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Reactions:3
  • Comments:7

github_iconTop GitHub Comments

3reactions
ATShiToucommented, Mar 29, 2019

Same as 0.59.2, No one got this problem?

1reaction
ATShiToucommented, Mar 24, 2019

It seems that the new fresh project with version 0.59.1 can not start on Android devices with API level P.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Fix an installed Android app that isn't working - Google Support
Step 1: Restart & update ... Important: Settings can vary by phone. For more info, contact your device manufacturer. On most phones, press...
Read more >
are my apps not working on my Android phone - Carlcare
How to fix android apps not working · Reboot your phone · Update or roll back Android System WebView app · Check and...
Read more >
App Won't Open on Android? 10 Ways To Fix - Online Tech Tips
Restart Your Phone · Is the App for a Different Version of Android? · Check for Android Updates · Check for App Updates...
Read more >
App Won't Open on Your Android Phone? - All Fixes! - Dr.Fone
Part 3: 3 Common fixes if a particular App won't open · 1. Update the App. It is always advisable to keep your...
Read more >
Android Apps Not Working? Try These Fixes - Make Tech Easier
Possible Fixes for Unresponsive Android Apps · Roll Back to an Older Version of the App · Uninstall Android System WebView Updates ·...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found