gpt4 book ai didi

java - ClassNotFoundException 公共(public)软件 CameraFragment

转载 作者:行者123 更新时间:2023-12-02 06:24:18 25 4
gpt4 key购买 nike

我正在尝试实现这个库: https://github.com/commonsguy/cwac-camera

因此,在设置 ActionBarSherlock(10 以上的旧 API 需要)之后,当我运行该应用程序时,它会在扩展布局时崩溃:

<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="fill_parent"
android:layout_height="fill_parent" >

<com.commonsware.cwac.camera.acl.CameraFragment
android:layout_width="wrap_content"
android:layout_height="wrap_content"/>

</RelativeLayout>

出现以下错误:

enter image description here

这是我的库设置:

enter image description here

一切都可以编译,但是一旦我在布局中使用此类,它就会崩溃。

它被导入是因为我可以在代码中使用该类:

enter image description here

有什么建议吗?

编辑:

这是我的实际设置。我现在不使用 Jar,而是使用源代码作为库项目,现在错误看起来像 AppCompat 库与 Sherlock 和/或 CameraFragment 库不兼容:

enter image description here

enter image description here

第二次编辑。现在,我从项目中删除了 ABS,并将 Appcompat 用于 Commonsware Camera Project。它编译了,错误如下:

Class is not a View com.commonsware.cwac.camera.acl.CameraFragment

最佳答案

CameraFragment不是View ,所以你不能这样使用它。要么使用 <fragment>元素来使用 fragment ,或使用 CameraView .

关于java - ClassNotFoundException 公共(public)软件 CameraFragment,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/20707673/

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