안녕하세요, 저는 this 라이브러리 프로젝트를 Eclipse의 기존 프로젝트에 추가하려고했습니다. 처음으로 도서관 프로젝트를 사용할 예정이며 힘든 시간을 보내고 있습니다. 튜토리얼과 게시물을 통해 주위를 둘러 보았지만 끝내지 못했습니다.github 프로젝트를 Eclipse에서 라이브러리로 사용하는 방법
저는이 멋진 커뮤니티에서 도움을 얻을 수 있기를 바랍니다.
이
은<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="fill_parent"
android:layout_height="fill_parent" >
<at.markushi.ui.ActionView
android:id="@+id/action"
android:layout_width="56dip"
android:layout_height="56dip"
android:padding="16dip"
app:av_color="@android:color/white"
app:av_action="drawer"/>
</RelativeLayout>
... <at.markushi.ui.ActionView/>
오류를주고있다 태그 내 XML 만 내 주요 활동에 at.markushi.ui.ActionView
을 가져올 수 없습니다입니다. 작업 공간에서
당신이 직면 한 정확한 문제를 말해주십시오. – Nitesh
내 프로젝트 xml 파일에서 [this.markushi.ui.ActionView /> xml 태그를 [this] (https://github.com/markushi/android-ui)에서 추가하려고하면 오류가 발생 함 : XML 구문 분석 오류 : 언 바운드 접두사. – Utkarsh