Download
Please follow the steps to download and launch the game:
- Dowload the game file MonopolyCity.apk
- Download appropriate Androd SDK for your system from http://developer.android.com/sdk/index.html
For Windows uers, please download installer_r10-windows.exe (Recommended)
- Extract Androd SDK to desired location
- Run the Android SDK installer (or the equivalent for your system)
- Choose the packages that you wish to install
- If you are only interested in trying out the Android Emulator, Reject everything except "SDK" platform Adroid 2.3.3. API10, revision 1
- If you plan to develop Android applications and Games, you may wish to Accept All
- Click "Install Selected"
- Run the SDK Manager, accept all settings; Finally click Yes to restart ADB
- Close the Installing Archives window
- Create a new Android Virtual Device (AVD)
- Select "Virtual Devices" from the left side of the Android SDK and AVD Manager" window
- Click "New"
- Enter a Name. e.g., River's phone
- Choose a Target: Android 2.3.3
- Enter the Size: 256 MiB
- Enter the Buit-in: WVGA800
- Click "Create AVD"
- Choose your newly created AVD from list, click "Start" then "Lauch"
- Download the adb.zip file which contains adb.exe, AdbWinApi.dll and InstallAgent(batch file)
- Unzip adb.zip , then copy adb.exe, AdbWinApi.dll and InstallAgent(batch file) to the "android-sdk-windows\tools\" folder
- Copy the MonopolyCity.apk to the "android-sdk-windows\tools\" folder
- Open a command promt or shell and type
cd android-sdk-windows\tools\ adb install MonopolyCity.apk
- Wait for the game to launch... and Enjoy!