Closed GoogleCodeExporter closed 8 years ago
What is your project's minSdkVersion?
Original comment by romannu...@google.com
on 26 Nov 2012 at 2:02
<uses-sdk
android:minSdkVersion="9"
android:targetSdkVersion="17" />
Original comment by catalin....@gmail.com
on 26 Nov 2012 at 2:05
The web version of the Asset Studio generates icons for all versions of
Android. As soon as you set your minSdkVersion to 9, you no longer need the
earlier icons, and can move all icons from drawable-_dpi-v9 directories to the
directory without -v9.
You can also use the Eclipse version of the Asset Studio to only create icons
relevant to the API levels you're supporting.
Original comment by romannu...@google.com
on 26 Nov 2012 at 2:08
Original issue reported on code.google.com by
catalin....@gmail.com
on 26 Nov 2012 at 11:12