Questions tagged [android]

For questions related to testing Google's Android operating system.

Android is a mobile OS (operating system) created by Google.

The official Android site: http://www.android.com/meet-android/

There's also an Android enthusiasts StackExchange: https://android.stackexchange.com/

182 questions
6
votes
6 answers

Unable to launch uiautomator in mac terminal

I am unable to launch uiautomator through mac terminal. I get the below error when I typed Android or Uiautomator in the terminal, or click uiautomator from tool…
Tessy
  • 69
  • 1
  • 1
  • 2
6
votes
7 answers

How to resolve - "adb server version (32) doesn't match this client (36); killing..."

I executed cmd adb devices from terminal but instead of getting list of connected devices, I observed below error: List of devices attached adb server version (32) doesn't match this client (36); killing... * daemon started successfully * How can I…
Narendra Chandratre
  • 2,776
  • 7
  • 29
  • 60
4
votes
7 answers

Testing an Android App on different phone models and Android versions

I have an Android app. Occasionally, some user reports an issue that is reproducible only on their particular phone/OS version combination. I cannot possibly get all phone models to try and reproduce the issue. So what is a good strategy to…
user93353
  • 111
  • 1
  • 8
3
votes
9 answers

What are 'MUST' test cases to test Push Notification for Android app?

I am testing Android app which has Push Notification functionality. Could anybody tell what are those test cases that must be tested for Push Notifications? Android does NOT have Notification Center kind of thing so what different scenarios should…
Subzero
  • 145
  • 1
  • 1
  • 10
3
votes
6 answers

how do i make the case to management for QA to get a new android for testing the mobile platform?

Right now we only have the Sprint HTC Hero and I feel there is a need for a more recent model of android for QA testing our mobile platform. So, how do I make the case to management for QA to get a new android device for testing the mobile…
harry
  • 31
  • 2
3
votes
1 answer

Instrumented testing of Android Widget fails

When I try to run my Android instrumented on Google Cloud Platform I get the error: Your test artifact is not an android artifact My app is a Widget and I wonder if that's the reason? It works fine when testing on real device through USB. Android…
2
votes
0 answers

While creating android AVD I am getting following error .Target id is not valid. Use 'android list targets' to get the target ids

I am using following command to create avd. ./android create avd -n YourAndroid -t 12 -c 100M I have installed all the packages and in the setting I have checked force htpps://..to be fetched using http:// But still the error I am using mac and…
Tech5
  • 21
  • 2
2
votes
2 answers

Best practices for testing for poor connection and offline support?

I am building an android app to be used in rural areas (Saharan Africa, waaaay off the grid). The mobile app pulls down maps and map info from a server, uses the data, creates some new data (takes pictures, records GPS coordinates, etc), and then…
SAR622
  • 121
  • 2
2
votes
3 answers

Is a web application bug found on the Android emulator more likely than not to be a legitimate bug?

Our company hopes to roll out support for mobile devices this year. We plan to go with a pure-browser solution. I am working on a strategy for testing our web application's mobile support. We will, of course, test with actual mobile devices. In…
user246
1
vote
1 answer

testing of android apps via web

What tools allow manual testing of android apps (apks) without installing google android emulator, and with low latency (where low is defined as no more than 4x slower than google emulator)? The latency seems to be the hard part to solve for. We…
1
vote
0 answers

Testing Android app built for arm64

So far, I've been able to deploy and test Android applications on Android Emulator on my PC. This was possible because both APK was built for x86 architecture and my Ubuntu is running on x86 PC. Now, I have Android application as APK build for…
dzieciou
  • 10,512
  • 9
  • 47
  • 100
1
vote
0 answers

How to notify customers an Android app will stop working after upgrading to Android 8

I am a mobile application tester who works in the R&D area of the premium German car company. How would you deal with the situation where your app stops working on the primary target device after upgrading to Android 8 because the hardware used in…
1
vote
1 answer

Evolution of Android testing methods

I'm doing a research on Android testing methods and their evolution in time. Could someone point me in the right direction (recent articles, books) I'm finding a lot of material surfing blindly but it's hard to distinguish between obsolete…
Crysis85
  • 111
  • 2
0
votes
1 answer

How can we mass download apks from Google Play and/or other stores for testing?

We are developing an android app that is using some PackageManager queries. We would like to test it on a wide range of APKs. We were thinking if we could get these from Google Play and/or other stores through some kind of mass download (e.g., if…
auspicious99
  • 151
  • 1
  • 10
0
votes
1 answer

Android studio emulator problem

When I try to start my emulator I receive the following: 20:09 adb server version (32) doesn't match this client (39); killing... 20:09 could not read ok from ADB Server 20:09 * failed to start daemon 20:09 error: cannot connect to…
lijiahe
  • 1
  • 1