0
我創建了一個機器人庫佈局的佈局,通話的Android庫
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
tools:context=".MainActivity" >
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="Test Library" />
</RelativeLayout>
我加入這個庫中另一個Android項目 我怎麼能說什麼,我在圖書館的佈局產生的? 這是我第一次使用android庫,所以感謝您的幫助
你剛剛嘗試從你的庫中導入R類嗎? – Blackbelt
當你說「庫」時,你是將它導入爲JAR文件,AAR包還是將源導入爲「庫項目」? – Yjay
@Yjay我將它作爲庫項目導入 –