Re: [android-developers] Using Custom SDK

2016-06-01 Thread TreKing
On Mon, May 30, 2016 at 11:07 PM,  wrote:

> I have built a custom SDK


This is outside the scope of this list, which is for developers using
Google's official Android SDK. You should consult groups or forums
dedicated to building custom SDKs or ROMs.

-
TreKing  - Chicago
transit tracking app for Android-powered devices

-- 
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 android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
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/CANCScgi5sOwJmYpLBGCwGPMYZRMHs78DgbtWWsSH2%3DJvQJ00kA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Using Custom SDK

2016-05-30 Thread amruta . pawar987654321
 


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 android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
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.