blob: 23660ea484b8b29d05a5b52202de30d5ae0163a7 [file] [log] [blame]
default:
android:
# Path to the android sdk
androidsdkpath : "../android_sdk/"
# Target id. To get a list of all targets do "./android list targets".
# We want whatever matches the latest android 4.0 (IceCreamSandwich, currently API level 15)
#
# Note: Android WebDriver will not work on Gingerbread (SDK 2.3) emulator because of
# an emulator bug. However it will work with Gingerbread (SDK 2.3) devices.
androidtarget : "android-15"
# Android platform. You can find supported platforms under androidsdkpath/platforms/
androidplatform : "android-15"