2016-03-20 4 views

答えて

11

は、あなたのProGuardのルールに加えて、行を次のよう試してください:あなたは私を救っ

# Preserve annotations, line numbers, and source file names 
-keepattributes *Annotation*,SourceFile,LineNumberTable 
+1

おかげで男を。 :) –

+0

便利な説明はこちら:https://docs.fabric.io/android/crashlytics/dex-and-proguard.html –

関連する問題