Android: ExternalSystemException: String index out of range: -130 building release

后端 未结 8 1201
时光取名叫无心
时光取名叫无心 2020-12-06 15:48

So, just updated to Android Studio 1.4 Beta 4 and having trouble building a release build. I can build a debug build fine. This is the error I get:

ExternalS         


        
8条回答
  •  渐次进展
    2020-12-06 16:49

    If you're using Android Studio, selecting the Gradle Console will show you where the problem lies. In my case, it was duplicate textView identifiers that caused this error.

提交回复
热议问题