Thanks! I am describing additional information for further configuration to run test
- need to configure default AVD (Android Virtual Devices) to run test http://developer.android.com/tools/help/avd-manager.html http://developer.android.com/tools/devices/managing-avds.html can copy existing avd files of other devices located in ~[user]/.android/avd/[AVD name].avd ~[user]/.android/avd/[AVD name].ini - need to activate Android emulator contains in android-sdk Typically [Android_SDK_Path]/tools/emulator64-arm or [Android_SDK_Path]/tools/emulator-arm with argument no-window e.g.) /opt/andoird-sdk/tools/emulator64-arm -avd [AVD name] -no-window if emulator runs successfuly, It might checked with "adb devices" [jet@~] adb devices List of devices attached emulator-5554 device - then make check with Rust configured arm-linux-androideabi ------- Original Message ------- Sender : Graydon Hoare<[email protected]> Date : 2013-08-08 05:37 (GMT+09:00) Title : [rust-dev] android builder active Hi, Just a heads-up: there's a newly configured builder in the buildbot auto group that does a linux->android cross compile. It does not presently run any tests, though at some point it probably will. But for bors to land new code, it must now at least _build_ on android-cross. See: http://buildbot.rust-lang.org/builders/auto-linux-64-x-android https://github.com/mozilla/rust/wiki/Doc-building-for-android -Graydon _______________________________________________ Rust-dev mailing list [email protected] https://mail.mozilla.org/listinfo/rust-dev <p> </p><p> </p> _______________________________________________ Rust-dev mailing list [email protected] https://mail.mozilla.org/listinfo/rust-dev
