diff --git a/.travis.yml b/.travis.yml
index 13e4ea93d8c9e9efd9df664f79aeff3f9748d449..fe99c5e909115b225b51ce86022b1cc8467fd84c 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -52,7 +52,9 @@ android:
 
 before_script:
   # Create and start emulator
-  - echo no | android create avd --force -n test -t android-$EMULATOR_API_LEVEL --abi $ANDROID_ABI
+  - android list target
+  - android list targets
+  - echo no | android create avd --force -n test -t android-14 --abi armeabi-v7a
   - emulator -avd test -no-skin -no-audio -no-window &
   - android-wait-for-emulator
   - adb shell input keyevent 82 &