I can't figure the issue with a stacktrace error

前端 未结 4 685
后悔当初
后悔当初 2020-12-03 05:15

I am apparently having an issue with 1 activity on a Samsung Nexus in an app and I can\'t understand what is actually causing the the issue.

java.lang.ArrayI         


        
4条回答
  •  囚心锁ツ
    2020-12-03 05:43

    Had to same Problem after Updating Android Studio (or the sdk..). I could fix it by setting the inputType of the EditText.

    android:inputType="text"
    

提交回复
热议问题