gpt4 book ai didi

android - 如何修复android中的NoClassdefFoundError

转载 作者:行者123 更新时间:2023-11-29 22:07:22 25 4
gpt4 key购买 nike

我在不同的项目中有两个类(class)。

我正在导入具有我需要的类的项目。现在,我没有错误。

项目知道那个类,我什至从那个类创建了一个对象,但是当我试图运行它时,它因 "NoClassFoundError" 而崩溃。

我该如何解决?

import com.dmg.pixelservice.core.*;
import android.app.Activity;
import android.os.Bundle;
public class show extends Activity {
/** Called when the activity is first created. */
@Override
public void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
Pixel pixel = new Pixel();
pixel.doIt(this,"fd7ccf36-3f85-11e1-8671-40409e0f44a1",true);
setContentView(R.layout.main);
}
}

当我调试时,我发现当我尝试执行 Pixel pixel = new Pixel(); 时它崩溃了

请帮忙。

最佳答案

在您的应用程序中创建新的 libs 文件夹。名称必须相同。并将您的 jar 文件放在该文件夹中。并且去java 构建路径 -> 配置构建路径 -> 添加 jars

关于android - 如何修复android中的NoClassdefFoundError,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10497668/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com