Error parsing XML: unbound prefix on library

前端 未结 6 2270
感情败类
感情败类 2021-02-19 01:56

I am using three libraries in my project:

a. ViewPager
b. SherlockActionBar
c. PagerSlidingTabStrip

In my layout xml, I am getting the followin

6条回答
  •  醉酒成梦
    2021-02-19 02:33

    Root element of every xml have to contain:

    xmlns:android="http://schemas.android.com/apk/res/android"
    

    And you can use android attributes after.

提交回复
热议问题