Abstract
The rapid expansion of the Android ecosystem is accompanied by continuing diversification of platforms and devices, resulting in increasing incompatibility issues which damage user experiences and impede app development productivity. In this paper, we conducted a large-scale, longitudinal study of compatibility issues in 62,894 benign apps developed in the past eight years, to understand the symptoms and causes of these issues. We further investigated the incompatibilities that are actually exercised at runtime through the system logs and execution traces of 15,045 apps. Our study revealed that, among others, (1) compatibility issues were prevalent and persistent at both installation and run time, with greater prevalence of run-time incompatibilities, (2) there were no certain Android versions that consistently saw more or less app incompatibilities than others, (3) installation-time incompatibilities were strongly correlated with the minSdkVersion specified in apps, while run-time incompatibilities were most significantly correlated with the underlying platform’s API level, and (4) installation-time incompatibilities were mostly due to apps’ use of architecture-incompatible native libraries, while run-time incompatibilities were mostly due to API changes during SDK evolution. We offered further insights into app incompatibilities, as well as recommendations on dealing with the issues for bother developers and end users of Android apps.
Original language | English |
---|---|
Title of host publication | Proceedings of the 28th ACM SIGSOFT International Symposium on Software Testing and Analysis |
Editors | Dongmei Zhang, Anders Moller |
Place of Publication | New York NY USA |
Publisher | Association for Computing Machinery (ACM) |
Pages | 216-227 |
Number of pages | 12 |
ISBN (Electronic) | 9781450362245 |
DOIs | |
Publication status | Published - 2019 |
Event | International Symposium on Software Testing and Analysis 2019 - Beijing, China Duration: 15 Jul 2019 → 19 Jul 2019 Conference number: 28th https://conf.researchr.org/home/issta-2019 |
Conference
Conference | International Symposium on Software Testing and Analysis 2019 |
---|---|
Abbreviated title | ISSTA 2019 |
Country/Territory | China |
City | Beijing |
Period | 15/07/19 → 19/07/19 |
Internet address |
Keywords
- Android
- Compatibility
- Installation failure
- Run-time failure