Reputation:
I recently updated Eclipse to Android 5.0 (bad idea) and the android-support-v7-appcompat library now will not compile unless the target is set to android-21. The app I was working on was running using API 20, but now will not run unless the AndroidManifest's targetSdkVersion is set to 21. This changes the look of some assets. Is it possible with the new appcompat to still deploy to version 20, or, if that's not possible, can I downgrade everything back to the previous API version? Thanks in advance.
Upvotes: 0
Views: 665
Reputation:
Here's how to downgrade to SDK 20:
Upvotes: 1