Changing the Android OS Version Number


 

QuickConnect for Android creates applications for the 2.2 version of Android.  To use a different version of Android in your application:

 

  1. Open the AndroidManifest.xml file in your applications' directory.
  2. open the default.properties file in TextEdit or any other text editor.
  3. Change the GoogleAPIs:8 line to GoogleAPIs:<your api number>
  4. Open the AndroidManifest.xml file in TextEdit or any other text editor.
  5. Change these two lines to the version you desire.

android:versionName="2.2">

<uses-sdk android:minSdkVersion="6" />