Hello,
I'm not sure if someone asked this before, but I have an android project using couple of libraries like :
compile 'com.android.support:design:22.2.0'
And bunch of others requiring the android compileSdkVersion to be at least version 22.
This was fine until today, I need to have this app to the Motorola TC55, I've been playing with the sample projects a bit and I can see that we need to compile with either:compileSdkVersion 'Symbol Technologies, Inc.:EMDK 3.1 (API 19):19'OR compileSdkVersion 'Symbol Technologies, Inc.:EMDK 3.1 (API 16):16'
Here is my issue, on every library that required any above sdk version It triggers errors like the following one:Error:(2) Error retrieving parent for item: No resource found that matches the given name 'Theme.AppCompat.Dialog.Alert'.Did anyone faced that issue already ? and by any chance fixed it ?
Adapting project using com.android.support:design:22.2.0 and others libraries// Expert user has replied. |
1 Replies
Hi Locque,
You should take a look at this discussion:
https://developer.motorolasolutions.com/thread/30992
Best,
~Pietro