Closed wensonwang closed 8 years ago
Hello
Work around -- you can add the library into your project directly
XML error: unbound prefix.
Do you prefix definition?
xmlns:app="http://schemas.android.com/apk/res-auto"
Original parameters of ArcLayout must be to define the app:xxxx
prefix
Hello,
I am trying to use this library in my project. First I created a new project in Android Studio, and add the following statement into build.gradle: compile 'com.ogaclejapan.arclayout:library:1.0.1@aar'. but it reported parsing XML error: unbound prefix. And I didn't see the library source code in my project.
Could you give a detailed process to add this library into a new project.
Thanks, Wilson