android - My Project is not recognizing the added project -


<com.mobidevelop.widget.splitpanelayout     xmlns:android="http://schemas.android.com/apk/res/android"     xmlns:spl="http://schemas.android.com/apk/res-auto"     android:layout_width="fill_parent"     android:layout_height="fill_parent"     spl:orientation="vertical"     spl:splittersize="12dip"     spl:splitterposition="33%"     spl:splitterbackground="@drawable/splitter_bg_v"     > 

i trying develop application on splitpane concepts in android.

i downloaded application github https://github.com/mobidevelop/android-split-pane-layout

when imported project,i getting following error in main.xml file @ line mentioned above

multiple annotations found @ line:     - error: no resource identifier found attribute 'splittersize' in package 'com.mobidevelop.widget'     - error: no resource identifier found attribute 'splitterposition' in package       'com.mobidevelop.widget'     - error: no resource identifier found attribute 'orientation' in package 'com.mobidevelop.widget'     - error: no resource identifier found attribute 'splitterbackground' in package       'com.mobidevelop.widget' 

please solve issue

thanks

you seem missing file:

https://github.com/mobidevelop/android-split-pane-layout/blob/master/split-pane-layout/res/values/attrs.xml

either that, or project > clean make sure r file regenerates itself.


Comments

Popular posts from this blog

ios - iPhone/iPad different view orientations in different views , and apple approval process -

java Extracting Zip file -

C# WinForm - loading screen -