App crashes when run signed apk

Created a signed apk to release on google play (signed apk via android studio). I got this error when run on android. The app is detached from expo…

java.lang.RuntimeException: 
  at host.exp.exponent.kernel.ExpoViewKernel.handleError (ExpoViewKernel.java:76)
  at host.exp.expoview.ExponentActivity$2.onError (ExponentActivity.java:115)
  at host.exp.exponent.ExponentManifest$3.handleResponse (ExponentManifest.java:242)
  at host.exp.exponent.ExponentManifest$3.onResponse (ExponentManifest.java:263)
  at host.exp.exponent.network.ExponentHttpClient$2$1.onResponse (ExponentHttpClient.java:100)
  at expolib_v1.okhttp3.RealCall$AsyncCall.execute (RealCall.java:135)
  at expolib_v1.okhttp3.internal.NamedRunnable.run (NamedRunnable.java:32)
  at java.util.concurrent.ThreadPoolExecutor.runWorker (ThreadPoolExecutor.java:1133)
  at java.util.concurrent.ThreadPoolExecutor$Worker.run (ThreadPoolExecutor.java:607)
  at java.lang.Thread.run (Thread.java:762)

How fix it?

answered here https://github.com/expo/expo/issues/1472

1 Like

reply you https://github.com/expo/expo/issues/1472

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.