eclipse - Is it possible to develop for Android 4.4W with Android 5.0 SDK installed? -
I recently updated Eclipse to Android 5.0 (bad idea) and Android-support-v7-app-compact The library will no longer be compiled Target is set to Android-21 The app I was working on was using API 20, but until now the Android Manifest Target SDK Warson will not be set to 21 Will work. This turns out to be the result of some assets whether the new appcapet is still stationed on version 20, or if this is not possible, can I downgrade everything to the previous API version? thank you in advanced.
How to downgrade from SDK here 20:
- Epcamples Download the version again 20:
- Delete the epacaap project from your app's workstation
- Import an Ephemeric version 20
- Build target set for Android-support
- To run the app, change its Android manifest's target SDK version to 20
- For Android 4.4W.2 (Project-> Proper AT> Android]
- In the app, project-> property-> Android, set the build target for Android 4.4W.2, add the Epippip library to the library window again. Also, under the Java Build Path, add Android-support-v4.jar and Android-support-v7-appcompat.jar under the libraries and uncheck those two jar files under order and export (this one has a little bit Killed me till late).
- Clean and Construction
- Prays to God that it works.
Comments
Post a Comment