• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Can Robotium Recorder create scripts for Android versions prior to 16?

 
author and jackaroo
Posts: 12200
280
Mac IntelliJ IDE Firefox Browser Oracle C++ Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I noticed in some test scripts that the minimum version of Android was set to 16 (JellyBean). It crashes immediately on a Kindle Fire(!) . It does work very well, however, on a Genymotion virtual device.

Is there any way to get scripts created to target earlier releases of Android? Or is this fixed because of the latest version of Robotium?
 
Robotium Recorder Support
Posts: 5
5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Robotium supports API Level 7 and up. You can change the minimum API level in the AndroidManifest.xml of the created test project to whatever you like (7 or higher). Robotium Recorder sets the minimum value based on the lowest version of the Android SDK installed on the computer that is recording the tests.
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic