Xperia Play Games Apk Pack


Sony Ericsson has confirmed that it has over 60 optimised Xperia PLAY launch games available now on the Android Market. This includes six original PSOne games (Crash Bandicoot, Cool Boarders 2, Destruction Derby, Jumping Jack Flash, MediEvil and Syphon Filter) each costing £3.99.

This games can only be found on a Playstation Certified device i.e. the Xperia PLAY being the only one right now. So if you’re looking for them on your normal Android handset you won’t find them. SE also confirmed that it has partnerships with over 20 publishers including middleware companies Unity and Havok. For a full list of titles click through for our fancy table below.

Quick question: Can save files from PS1 games on Xperia Play be transferred to play on PSP or the PS3? I figure since these are actual rips of the original game, the save information should be exactly the same? With the PSP iso, you can move the save file to the PS3 and continue playing on the official version of the game from the PSN store. Official Xperia Play Games. 1,942 likes 3 talking about this. Bienvenidos a este su pagina creada con el fin de ayudar aportar y compartir con todo aquel que tenga un Xperia Play.

Xperia PLAY game titles*

Xperia Play Apk


PublisherTitleGenre
Angry Mob Games / Unity
Guerrilla Bob
Shooter
Art in Games / Unityu
Air Attack
Action and Arcarde
Com2us Games
Homerun Battle 3D
Sports
Digital Chocolate
Millionaire City
Social
Digital Chocolate
Rollercoaster Rush
Social
Digital Chocolate
Tower Blocks New York
Social
Digital Legends
Bruce Lee
Fighting
EA Mobile
FIFA 10
Sports
EA Mobile
Tetris
Casual
EA Mobile
Sims 3
Simulation
EA Mobile
Madden NFL 11
Sports
EA Mobile
Need for Speed SHIFT
Racing
EA Mobile
Worms
Casual
Fishlabs
Galaxy on Fire 2
Space Shooter
Flying Tiger
Toy Raid Strikers
Action
GameHouse
Doodle Jump
Casual
GameHouse
South Park Mega Millionaire
Casual
GameHouse
PlayMan Winder Games
Sports
GameLion
I Must Run
Platform
Gameloft
Star Battalion
Space Shooter
Gameloft
Asphalt 6
Racing
Gameloft
Assasins Creed
Action Adventure
Gameloft
UNO
Card
Gameloft
Spiderman total Mayhem
Action Adventure
Gameloft
Real Football 2011
Sports
Gameloft
Modern Combat Black Pegasus
War
Gameloft
Let's Golf 2
Sports
Gameloft
Splinter Cell Conviction
Shooter
Gameloft
Brothers in Arms Global Front
Shooter
Gameloft
Nova 2
Shooter
Gameloft
BackStab
Action Adventure
Gamevil
ZeNonia
RPG
Gamevil
ZeNonia 2
RPG
Gamevil
Soccer Superstars
Sports
Gamevil
Baseball Superstarts 2011
Sports
Glu Mobile
Gun Bros
Shooter
Glu Mobile
Super KO Boxing 2
Fighting
Glu Mobile
Guitar Hero Warriors of Rock Mobile
Music
Glu Mobile
Family Guy: Time Warped
Platform
Halfbrick Studios
Age of Zombies
Fighting
Handygames
InfeCCt
Puzzle
Handygames
Guns n Glory
Tower Defence
Handygames
Super Dynamite Fishing
Sports
Handygames
Townmen 6
RPG
Handygames
Aporkalypse
Casual
HyperDevBox Japan
Spectral Souls
RPG
Jakyl
Ground Effects
Racing
Jakyl
Aftermath
Shooter
Luma Arcade / Unity
Racer
Racing
Namco
PAC-MAN Championship Edition
Arcade
Namco
Ms. PAC-MAN
Arcade
Namco
PAC-MAN
Arcade
Polarbit
Wreckless Racing
Racing
Polarbit
Raging Thunder 2
Racing
Polarbit
Armageddon Squadron 1
Flying
Polarbit
Wave Blazer
Racing
Polarbit
Toonwarz
Shooter
Polarbit
Iron Sight
Strategy
SCE
Wild Arms
RPG
SCE
Syphon Filter
Shooter
SCE
MediEvil
Adventure
SCE
Rally Cross
Racing
SCE
Cool Boarders
Sports
SCE
Destruction Derby
Racing
SCE
Jumping Flash
Platform
SilverTree Media
Cordy
Platform
Skyvu
Battle Bears
Action
Storm8
Restaurant Story
Casual
Storm8
Bakery Story
Casual
Storm8
Farm Story
Casual
Trendy
Dungeon Definders: Second Wave
RPG

*Some of the titles above are expected in the coming months

Other posts you might like:

Welcome to Android game development with the Google Play games services!

The Play Games SDK provides cross-platform Google Play games services that lets you easilyintegrate popular gaming features such as achievements, leaderboards, andSaved Games in your tablet and mobile games.

Xperia Play Games Apk Pack

This training will guide you to install a sample game application for Androidand quickly get started to create your own Android game. The Type-a-NumberChallenge sample app demonstrates how you can integrate achievements andleaderboards into your game.

Before you begin

  • Set up your Android development environment. If you are new to developingAndroid applications, seeBuilding Your First App.
  • Have an Android device running Android 4.0 (Ice Cream Sandwich) or higheron-hand for testing.

Step 1: Download the sample app

For this developer guide, you will need to download the Type-a-Number Challenge sampleAndroid application.

To download and set up the sample application in Android Studio:

  1. Download the Android samples from thesamples download page.
  2. Import the android-basic-samples project. This project includes TypeANumber and other Android gamesamples. To do this in Android Studio:
    1. Click File > Import Project.
    2. Browse to the directory where you downloaded android-basic-samples on your developmentmachine. Select the file android-basic-samples/build.gradle and click OK.
  3. In the TypeANumber module, open AndroidManifest.xml and change the package name fromcom.google.example.games.tanc to a different package name of your own. The new package name mustnot start with com.google, com.example, or com.android.

Step 2: Set up the game in the Google Play Console

The Google Play Console is where you manage Google Play games services for your game, andconfigure metadata for authorizing and authenticating your game.

To set up the sample game in the Google Play Console:

  1. Point your web browser to theGoogle Play Console, andsign in. If you haven't registered for the Google Play Console before, you will be prompted to do so.
  2. Follow these instruction toadd your game to the Google Play Console.
    1. When asked if you use Google APIs in your app, select I don’t use any Google APIs in my game yet.
    2. For the purpose of this developer guide, you can fill up the form with your owngame details. For convenience, you can use the placeholder icons and screenshotsprovided in the Downloads page.
  3. Follow these instructions togenerate an OAuth 2.0 client IDfor your Android app.
    1. When linking your Android app, make sure to specify the exact packagename you used previously when renaming sample package.
    2. You can use the Generate Signed APK Wizard in Android Studio togenerate a new keystore and signed certificate if you don’t have one already. To learn how torun the Generate Signed APK Wizard, seeSigning Your App in Android Studio.
  4. Make sure to record the following information for later:
    1. Your application ID: This is a stringconsisting only of digits (typically 12 or more), at the beginning of your client ID.
    2. Your signing certificate: Note which certificate you used when setting upyour API access (the certificate whose SHA1 fingerprint you provided). Youshould use the same certificate to sign your app when testing or releasing yourapp.
  5. Configure achievements for Type-a-Number Challenge:
    1. Select the Achievements tab in the Google Play Console.
    2. Add the following sample achievements:
      NameDescriptionSpecial Instructions
      PrimeGet a score that's a prime number.None
      HumbleRequest a score of 0.None
      Don't get cocky, kidRequest a score of 9999 in either mode.None
      OMG U R TEH UBER LEET!Receive a score of 1337.Make this a hidden achievement.
      BoredPlay the game 10 times.Make this an an incremental achievement with 10 steps to unlock.
      Really Really BoredPlay the game 100 times.Make this an an incremental achievement with 100 steps to unlock.
    3. Record the IDs (long alphanumeric strings) for each achievement that youcreated.
    4. Configure achievements that are appropriate for your game. To learn more,see the concepts behind achievementsand how to implement achievements in Android.
  6. Configure the leaderboards for Type-a-Number Challenge:
    1. Select the Leaderboards tab in the Google Play Console.
    2. Add two sample leaderboards: one named “Easy High Scores” and anothernamed “Hard High Scores”. Both leaderboards should use Integer score formattingwith 0 decimal places, and an ordering type of Larger is better.
    3. Record the IDs (long alphanumeric strings) for each leaderboard you created.
    4. Configure leaderboards that are appropriate for your game. To learn more,see the concepts behind leaderboards andhow to implement leaderboards in Android.
  7. Add test accounts for your game.This step is needed only for apps that have not yet been published inthe Google Play Console. Before the app is published, only the test accounts listedin the Google Play Console can log in. However, once an application is published,everyone is allowed to log in.
Warning: If you try to make Play Games SDK calls for an unpublished game by usingan account that's not listed as a test account, the Google Play games services will behave asif the game did not exist and you'll get back theConnectionResult.SIGN_IN_REQUIREDreturn code. If you attempt to launchConnectionResult.startResolutionForResult(),you'll get backGamesActivityResultCodes.RESULT_SIGN_IN_FAILED.

Download Xperia Play Games

Step 3: Modify your code

To run the game, you need to configure the application ID as a resource in yourAndroid project. You will also need to add games metadata in the AndroidManifest.xml.

  1. Open res/values/ids.xml and replace the placeholder IDs. If you arecreating an Android game from scratch, you will need to create this file first.
    1. Specify your application ID in the app_id resource.
    2. Specify each achievement ID that you created earlier in the correspondingachievement_* resource.
    3. Specify each leaderboard ID that you created earlier in the correspondingleaderboard_* resource.
  2. Open AndroidManifest.xml and enter your package name in the packageattribute of the <manifest> element. If you are creating an Android game fromscratch, make sure that you also add the following code inside the <application> element:

Step 4: Test your game

Xperia play app

Xperia Play Games Apk Package

To ensure that Google Play games services are functioning correctly in your game, test theapplication before you publish it on Google Play.

Note: It's recommended that you test on a physical Android device. However, ifyou do not have a physical device, you can test against theAndroid Emulator. To do so, download theemulator system image that includes theGoogle Play Services, under Android 4.2.2, from theSDK Manager.

To run your game on your physical test device:

  1. Verify that you have set up the test account that you are using to log into the app (as described in Step 2).
  2. Export an APK and sign it with the same certificate that you used to set upthe project in Google Play Console. To export a signed APK in Android Studio, clickBuild > Generate Signed APK.
  3. Install the signed APK on your physical test device by using the adb tool.To learn how to install an application, seeRunning on a Device.
Warning: When you run the application directly from Android Studio, Android Studio will signthe application with your debug certificate by default. If you did not use thisdebug certificate when setting up the application in Google Play Console, thiswill cause errors. Make sure to run an APK that you exported and signed with acertificate that matches one of the certificates you used during the applicationsetup in Google Play Console.