File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
library/src/main/java/com/qiniu/android/bigdata Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -21,15 +21,15 @@ android:
2121
2222 # Specify at least one system image
2323 # if you need to run emulator(s) during your tests
24- - sys-img-armeabi-v7a-android -25
24+ - sys-img-x86-google_apis -25
2525
2626 - extra-android-support
2727 - extra-android-m2repository
2828
2929# Emulator Management: Create, Start and Wait
3030before_script :
3131 - android list targets
32- - echo no | android create avd --force -n test -t android-25
32+ - echo no | android create avd --force -n test -t android-25 --abi x86
3333 - emulator -avd test -no-skin -no-audio -no-window &
3434 - android-wait-for-emulator
3535 - adb shell input keyevent 82 &
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ public Configuration clone() throws CloneNotSupportedException{
2626 return (Configuration )super .clone ();
2727 }
2828
29- static Configuration copy (Configuration config ){
29+ public static Configuration copy (Configuration config ){
3030 if (config == null ){
3131 return new Configuration ();
3232 }
You can’t perform that action at this time.
0 commit comments