标签: android apk dex
为什么我的APK生成了两个classes.dex?我之前用不同的ID构建过两次APK。如何删除其中之一?
答案 0 :(得分:0)
您可能不小心禁用了代码的缩小。检查const surveyState = { name = this.name, change = this.change } this.setState({surveyState }) 选项。
const surveyState = { name = this.name, change = this.change } this.setState({surveyState })
请参见https://developer.android.com/studio/build/shrink-code