Here are the steps I took to make a version that accommodated the screen
dimensions on my Nook Color tablet:
1) Downloaded source using TortoiseSVN
2) Copied over a default.properties file from another project. Ensured it
contained "target=android-3".
3) Downloaded the logo.png from the project site and put it in the drawables
section. Corrected reference to "swiftp_sinas_2010..." in the
AndroidManifest.xml to point to this new logo drawable.
4) Disabled auto-build. Cleaned project. Re-enabled auto-build.
5) Deployed build to the target, ensured that the build worked.
6) Updated the project properties to utilize Android SDK v1.6.
7) Set the "Uses SDK" in the AndroidManifest.xml to have a Min SDK version of
'4'.
8) Added a new permission "android.permission.WRITE_EXTERNAL_STORAGE".
9) Deployed build to target. Verified that the full tablet screen was being
utilized.
10) ???
11) Profit!!!
Original issue reported on code.google.com by tescott...@gmail.com on 9 Apr 2011 at 8:43
Original issue reported on code.google.com by
tescott...@gmail.com
on 9 Apr 2011 at 8:43