jacos15 / swiftp

Automatically exported from code.google.com/p/swiftp
GNU General Public License v3.0
0 stars 0 forks source link

Build steps for a tablet #139

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago

Original comment by tescott...@gmail.com on 9 Apr 2011 at 7:27