未捕获的翻译错误

未捕获的翻译错误

本文介绍了未捕获的翻译错误:com.android.dx.cf.code.SimException:本地0002:无效的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在尝试通过在Android设备上安装FPC程序本文.

在通过将输入作为.jar(classes.jar)文件来创建.dex文件时,它给出了以下错误.

While creating .dex file by giving the input as .jar (classes.jar) file, it is giving the following error.

我在互联网上看到这是因为没有给予支持,这是真的吗?我该如何给予护卫?

I have seen on internet that it is because of not giving pro-guard, is it true? How do I give pro-guard?

推荐答案

启用即时运行"后也可能发生

It can also happen when you have "Instant Run" enabled

这篇关于未捕获的翻译错误:com.android.dx.cf.code.SimException:本地0002:无效的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

08-29 08:12