avast / android-styled-dialogs

Backport of Material dialogs with easy-to-use API based on DialogFragment
Apache License 2.0
2.15k stars 450 forks source link

Errors in sdl_theme.xml #32

Closed ismaeltoe closed 10 years ago

ismaeltoe commented 10 years ago

When I import the library in Eclipse, I got many errors in the sdl_theme.xml file like this: "No resource found that matches the given name: attr 'android:spinnersShown'"

davidvavra commented 10 years ago

What is your target SDK? What version of Android do you use for building the code?

ismaeltoe commented 10 years ago

Your library: minSdkVersion 7, targetSdkVersion 19. My project: minSdkVersion 8, targetSdkVersion 18.

I have not yet add the library in my project. So the errors are not caused by my project configuration.

2014/1/5 David Vavra notifications@github.com

What is your target SDK? What version of Android do you use for building the code?

— Reply to this email directly or view it on GitHubhttps://github.com/inmite/android-styled-dialogs/issues/32#issuecomment-31601307 .

aldefy commented 10 years ago

add actionbarsherlock library to the lib project it resolved all problems , plus i am using sdk 19

ismaeltoe commented 10 years ago

Problem solved! I changed the Project Build Target in library Properties and it works now. The problem was due to the absence of Android 1.6 in my SDK.

2014/1/14 Adit Lal notifications@github.com

add actionbarsherlock library to the lib project it resolved all problems , plus i am using sdk 19

— Reply to this email directly or view it on GitHubhttps://github.com/inmite/android-styled-dialogs/issues/32#issuecomment-32245203 .

aldefy commented 10 years ago

Glad it worked for u