I'm creating projects that can be imported into Eclipse and/or Android 
Studio. For the most part, these projects use tried-and-true features that 
are present in older versions of the Android API, so I don't need to insist 
on one target SDK or another. The trouble is, when another developer tries 
importing, the IDE complains that whatever TargetSDK (or minimum SDK) is 
specified (in the AndroidManifest.xml file, for example) isn't installed on 
the developer's computer. The developer has the option of downloading the 
target sdk version (which takes a while) or changing the requirements in 
the AndroidManifest file (which isn't the best idea because it's a 
tinkering with something in my code). Is there a way around all this?

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
--- 
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].
For more options, visit https://groups.google.com/d/optout.

Reply via email to