Installing android market on Emulator 2.2 - android

I have to build an application which contains push notifications feature.I read an article given on net.I need to install android market on my emulator for that purpose.Can someone please guide me the procedure to install the android market app on emulator 2.2.

According to my knowledge installing Android Market application on Emulator is not possible at all.
For that you need to test your application on real device.

Related

Unfortunately app Stopped - While running in real device but working well in emulator

My Android App is running successfully in android studio emulator, but after installing the same apk file in my mobile it is installing and it is shows the following error
Unfortunately app stopped
while I try to open it.
how to fix? My android version is 6.0(both emulator and mobile).
I suggest you check the permissions of your application. Since version 6 of Android, you must request the permissions on demand.
Look at this topic:
https://stackoverflow.com/a/34722591/3665983

How to install Gapps for Android 6.0 on Android Studio 2.3.3 Emulator

I need to crete a new AVD with LG k10 specs and Android 6.0 on Android Studio (2.3.3) Emulator.
I followed this guide: Installing Google Play Services on an Android Studio emulator
After downloading and installing, when I run my Virtual Device now I can see the Play Store App.
But I have an issue: I can't login with my google account.
I receive the follow screen:
The login failed but I received on my Gmail account the alert about connection from a new device.
The login failed also creating a brand new account.
Internet connection on Virtual Device works, I can navigate on internet via default Browser.
How to install correctly Gapps for Android 6.0 on Android Studio Emulator?
this link might help You, I have tryed installing many apps on emulator and I think it might just fit and help with Your problem.
Link:
http://www.flinkd.org/installing-google-play-on-the-android-emulator-api-21-lollipop/
And heres the full walktrough:
Android Studio emulator does not come with Play Store for API 23

How to test apk on previous versions

We developped an app for Android system with Intel xdk. Recently a customer tell us that it doesn't work on android 2.3 version. We would like to know how can we run the file apk on a 2.3 device for testing. If someone has some idea to help us we would be extremely grateful. Thanks
Do you have the apk downloaded in your 2.3 version android device?
If not, you could install it sending the apk in an email to the account in your android device, allow installations of apps from unknown sources in your settings in case that you didn't set that option before and follow the steps to install and run the app. Then you can test if the app is able to run in 2.3 version.
Create different AVDs of different OS Versions and test the app in all AVDs.
Otherwise go for genymotion.

How to test app without pebble watch?

I have to add a feature for the Pebble smart watch in my android app. Is there any cloud or emulators available to test Pebble watch coding? How can I test my app without a Pebble watch ?
This question is a bit old, and that's probably the reason why nobody answered with CloudPebble yet.
Since Jan. 24th 2015, CloudPebble includes an emulator that allows you to run your app pretty quickly in your browser.
You have to login with your Pebble ids at https://cloudpebble.net/ide/ , import or create a new project, then you can go to Compilation > Emulator, then click "Install and run".
CloudPebble works for C SDK apps, Simply.js and Pebble.js apps too.
Since the release of the developer preview of the SDK 3.0 and as an alternative to CloudPebble you can also install the Pebble emulator based on QEMU.
Follow this instructions for linux (Mac and Win also available).
Then after building your app you can install it in the emulator as follows:
pebble install --emulator basalt /[your project path]/build/[Your app name].pbw
There's a very nice Pebble simulator at
https://github.com/Helco/PebbleLocalSim
It only seems to work with the C SDK, I can't find a way of running pebble.js javaScript, which is a shame.
There are no emulators out there to test Pebble apps. At the very least you could test the javascript end of a Pebble app with simulated data from the watch. Beyond that you need a Pebble watch to work with.

Error installing app on Android 2.3 device

I build an app using these instructions: http://developer.coronalabs.com/content/build-android-devices-windows. When I connect my device with USB cable and transfer the .APK file. And when I try to install the app, I get an error message which simple says that the app has not been installed or something like that. The app(game) is working fine in the Corona Simulator but not in the real device.
This is the app - https://www.dropbox.com/s/j6jft1y81klh8gz/BlackJack.apk
(but actually I'm getting this error in my device whatever app I trying to install).
And I'm using Samsung Galaxy Y GT-S5360, android 2.3.5 (Gingerbread).
Thank you for any help.
The problems come's from the processor of the phone it uses ARMv6 processor which does not support by the new SDK Build of Corona
see this link it has the same problem as yours http://forums.coronalabs.com/topic/21994-resolved-armv6-support/
Since you mentioned that you receive the error no matter what app you are trying to install, make sure that you have enabled Unknown sources on your device in order to be able to install APK files directly. This location of this setting is usually found in the Security setting.

Categories

Resources