問題タブ [android-r8]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
java - Proguard の問題を解決する方法 - ArrayIndexOutOfBoundsException?
アプリの APK を生成しようとしています。しかし、ビルド後、コンパイラは
java.lang.ArrayIndexOutOfBoundsException
.
このエラーがプログラム的に意味することを知っています。しかし、minifyEnabled
False を無効にすると。その後、APK が生成され、アプリは正常に動作します。
私はここで同様の質問を見ました & falseに脱糖しようとしました.
しかし、それでも投げますProcess 'command 'C:\Program Files\Android\Android Studio\jre\bin\java.exe'' finished with non-zero exit value 1
この問題を解決するにはどうすればよいですか?