简体   繁体   中英

Strange “java.io.IOException: EOF” error in Android

My app users are reporting very strange error in Google Market, and I absolutely don't know what does it mean. Here is the error log:

java.lang.RuntimeException: java.io.IOException: EOF at
 com.google.s.a.b.b.f.a(Unknown Source) at
 com.google.s.a.b.b.f.a(Unknown Source) at
 com.google.s.a.b.b.f.g(Unknown Source) at
 com.google.s.a.b.b.f.f(Unknown Source) at
 com.google.maps.api.android.lib6.gmm6.j.b.a(Unknown Source) at
 com.google.maps.api.android.lib6.gmm6.j.b.b(Unknown Source) at
 com.google.maps.api.android.lib6.gmm6.k.cu.<init>(Unknown Source) at
 com.google.maps.api.android.lib6.gmm6.l.m.a(Unknown Source) at
 com.google.maps.api.android.lib6.gmm6.l.d.a(Unknown Source) at
 com.google.maps.api.android.lib6.gmm6.l.g.handleMessage(Unknown
 Source) at android.os.Handler.dispatchMessage(Handler.java:99) at
 android.os.Looper.loop(Looper.java:153) at
 com.google.maps.api.android.lib6.gmm6.l.d.run(Unknown Source)

It is some Google API error or I did something wrong?

这是由于无法读取配置或临时文件而导致的google api错误,可能是因为用户在应用程序运行时删除了外部内存。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM