<https://lh3.googleusercontent.com/-ybNgrTAncZw/V00N-yDy2QI/AAAAAAAAAAM/99rTWygJPso12Q2B_4Yc6JWObI52Qqc4gCLcB/s1600/error.png> 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.
-- You received this message because you are subscribed to the Google Groups "Android Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/android-developers. To view this discussion on the web visit https://groups.google.com/d/msgid/android-developers/aac97d99-7e65-4f0c-990c-c50cd67de5a7%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

