Language |
Select Java.
|
Platform |
Select Android.
|
Mobile server |
Select My Mobile Server (or the
server to which you deployed the SMP101 project, if you used
another). |
Server domain |
Select
default. |
Page size |
Select 1024. The page size
should be larger than the sum of all attribute lengths
for any MBO that is included with all the MBOs selected,
and must be valid for the database. If the page size is
not set, the default page size is 4KB at
runtime.
|
Package |
Enter com.mycorp.smp101.android.mbo. Bundling
groups of related types into packages makes types easier
to find and use, avoids naming conflicts, and controls
access.
|
Project
path |
Enter \SMP101\Generated
Code\Android. |
Third-party jar file |
Click Browse to open an android.jar, by default
located in C:\Program Files
(x86)\Android\android-sdk\platforms\android-xx. This is
the Android system library.
|
Generate JavaDoc |
Unselect for this
tutorial. You are not creating automatic documentation
from comments in the code.
|