Mysterious stacktrace in Android developer console (bitmap size exceeds 32bits)

后端 未结 3 1487
南旧
南旧 2020-11-30 10:37

I\'m getting the following stacktrace in the developer console. Some report say \"the application won\'t start\" or \"crash at startup\".

I don\'t know what to do, i

3条回答
  •  我在风中等你
    2020-11-30 11:22

    In my case it was error in this string:

    WebView.getSettings().setUseWideViewPort(true);
    

    Crash was only on API 18 and less

提交回复
热议问题