我有一个位于以下项目的库项目:Project / extralibs / folder。
现在我在xml中有这个视图:
<com.winsontan520.WScratchView
xmlns:wsv="http://schemas.android.com/apk/res-auto"
android:id="@+id/scratch_view"
android:layout_width="300dp"
android:layout_height="300dp"
android:layout_centerInParent="true"
wsv:antiAlias="true"
wsv:overlayColor="#0000ff"
wsv:revealSize="20dp"
wsv:scratchable="true" />
现在我得到了#34;找不到属性的资源标识符。&#34;错误。 我试图将xmlns的路径更改为/ lib / lib-auto和库路径,但在运行后获取ClassNotFoundException。
答案 0 :(得分:0)
没有必要构建外部jar。尝试从构建路径中删除它并按照以下步骤操作: