1. 程式人生 > >cannot be cast to android.view.inputmethod.InputConnection

cannot be cast to android.view.inputmethod.InputConnection

最近一直在使用AS3.1 的Profiler做效能調優,手上的一臺華為機子(8.0)一直使用正常,突然換了另一臺華為機子(5.1),一執行就崩潰

java.lang.ClassCastException: java.lang.ref.SoftReference cannot be cast to android.view.inputmethod.InputConnection
        at com.android.tools.profiler.support.profilers.EventProfiler$InputConnectionHandler.run(EventProfiler.java
:289) at java.lang.Thread.run(Thread.java:831)

之前執行都沒什麼問題。一看以為是輸入法的問題,換了幾個輸入法都一樣,Google 解決辦法
這裡寫圖片描述

關閉Profilling即可,原因是這臺機子不支援Profiler

連結