0

I am search for the reason why my app is not running on emulator (after apk build) and real device. It runs when I am in debug mode.

I have the logcat here, which is a long file, can anyone have a look and see what I miss?

Here is the file: logcat file

udarts
  • 745
  • 1
  • 8
  • 23

1 Answers1

0

Read through the logCat. Seems this is the caused of the error.

Caused by: com.google.android.apps.gsa.shared.exception.GsaIOException: Error 
code: 393238 

Check this out and see if it helps. related Thread

  • After digging, I found out, it had multiple causes. Signing of the app and which min level of SDK it allowed. After changing both, it works. – udarts Nov 15 '17 at 09:13