[<project path>/src/main/AndroidManifest.xml:3, 
/var/folders/tn/ppsbsy613w397y3tmbsvyqhw0000gn/T/manifestMerge3142823457896317961.xml:2]
 
Main manifest has <uses-sdk android:targetSdkVersion='15'> but library uses 
targetSdkVersion='19'

I understand that I can solve the problem by just changing my main project 
to targetSdkVersion 19. But I wonder if there is a way to change the 
targetSdk of an/all library project(s) (in this case several library 
projects) resolved by maven central (library .aar packages) instead? I've 
recently discovered a bug that might or might not be related to different 
target SDK versions and I feel I should be able to change without having to 
clone every library project I use just to change the target SDK (which in 
many cases might work right out of the box).

-- 
You received this message because you are subscribed to the Google Groups 
"adt-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to