Skip to content

Instantly share code, notes, and snippets.

@doublerebel
Created January 17, 2013 20:55
Show Gist options
  • Save doublerebel/4559677 to your computer and use it in GitHub Desktop.
Save doublerebel/4559677 to your computer and use it in GitHub Desktop.
Building Titanium Mobile app against Android SDK API 16 with hardware acceleration
<android xmlns:android="http://schemas.android.com/apk/res/android">
<tool-api-level>16</tool-api-level>
<manifest android:versionCode="1" android:versionName="2.2">
<uses-sdk android:minSdkVersion="8" android:targetSdkVersion="16" />
<application android:hardwareAccelerated="true" />
</manifest>
</android>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment