2014-12-04 3 views
0

안녕하세요, 저는 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을 가져올 수 없습니다입니다. 작업 공간에서

+0

당신이 직면 한 정확한 문제를 말해주십시오. – Nitesh

+0

내 프로젝트 xml 파일에서 [this.markushi.ui.ActionView /> xml 태그를 [this] (https://github.com/markushi/android-ui)에서 추가하려고하면 오류가 발생 함 : XML 구문 분석 오류 : 언 바운드 접두사. – Utkarsh

답변

0
  1. 가져 오기 프로젝트
  2. 확인면 IsLibrary
  3. 프로젝트 자세한 내용은

    enter image description here

    에 그것을 사용하여 개발자 문서 페이지 setting up a library project를 참조하십시오.
+0

이렇게 lib를 추가했습니다. 하지만 내 프로젝트 XML 파일에서 [this.html (https://github.com/markushi/android-ui)의 xml 태그를 추가하려고하면 오류가 발생합니다. XML 구문 분석 오류 : 언 바운드 접두사. – Utkarsh

+0

xml을 게시 할 수 있습니까? @Utkarsh –

+0

[여기] (http://pastebin.com/4DuPuBWV) 내 XML입니다. – Utkarsh

관련 문제