- Forum posts: 4
May 31, 2016, 6:04:04 AM via Website
May 31, 2016 6:04:04 AM via Website
Hi,
I have built a custom SDK (modifying SDK 23) and set its build version (API) to 50 (So as not to clash with the existing ones). I want to use custom libraries of this SDK in my Android Studio Application. For this purpose I want to compile the application against the SDK version 50(compileSdkVersion=50).
But when I change compileSdkVersion to 50, it gives dependency errors, as shown. The support libraries, needed by application, are not generated along with Sdk generation.
Need help.