Download

Please follow the steps to download and launch the game:

  1. Dowload the game file MonopolyCity.apk
  2. 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)

  3. Extract Androd SDK to desired location
  4. Run the Android SDK installer (or the equivalent for your system)
  5. Choose the packages that you wish to install
    1. If you are only interested in trying out the Android Emulator,
      Reject everything except "SDK" platform Adroid 2.3.3. API10, revision 1
    2. If you plan to develop Android applications and Games, you may wish to Accept All
  6. Click "Install Selected"
  7. Run the SDK Manager, accept all settings; Finally click Yes to restart ADB
  8. Close the Installing Archives window
  9. Create a new Android Virtual Device (AVD)
    1. Select "Virtual Devices" from the left side of the Android SDK and AVD Manager" window
    2. Click "New"
    3. Enter a Name. e.g., River's phone
    4. Choose a Target: Android 2.3.3
    5. Enter the Size: 256 MiB
    6. Enter the Buit-in: WVGA800
    7. Click "Create AVD"
  10. Choose your newly created AVD from list, click "Start" then "Lauch"
  11. Download the adb.zip file which contains adb.exe, AdbWinApi.dll and InstallAgent(batch file)
  12. Unzip adb.zip , then copy adb.exe, AdbWinApi.dll and InstallAgent(batch file) to the "android-sdk-windows\tools\" folder
  13. Copy the MonopolyCity.apk to the "android-sdk-windows\tools\" folder
  14. Open a command promt or shell and type

    cd android-sdk-windows\tools\
    adb install MonopolyCity.apk

  15. Wait for the game to launch... and Enjoy!