Changes between Version 1 and Version 2 of emulator
- Timestamp:
- 02/20/13 13:32:54 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
emulator
v1 v2 55 55 make framework showcommands WITH_DEXPREOPT=false 56 56 }}} 57 57 === Changing framework without rebuilding system === 58 To change the framework of a running system you can do: 59 {{{ 60 adb shell stop 61 adb remount 62 adb push out/target/product/vision/system/framework/framework.jar /system/framework/ 63 adb sync 64 adb shell start 65 }}}