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

后端 未结 8 1171
时光取名叫无心
时光取名叫无心 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:45

    I had the same problem but with this error:

    ExternalSystemException: String index out of range: -119
    

    My problem was that in the string editor i forgot to set a default variable into my translation, after adding it, the problem was solved.

    Hope it helps!

    0 讨论(0)
  • 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.

    0 讨论(0)
提交回复
热议问题