0

AndroidエミュレータでAndroid携帯から同じ環境、アプリ、データ等を利用したい。私はすでにキャッシュ、データ、システムの dd イメージを作成しました。

この画像を A​​ndroid エミュレーターにロードするにはどうすればよいですか?

4

1 に答える 1

0

The SDK Emulator has individual dd/img images for system, userdata, cache, etc. The userdata volume is the one you are most interested in, so you could try to swap that out for your own. The tougher issue will be with the file system. I think that the kitkat build in the emulator is finally using EXT4 file system, but the earlier versions all use YAFFS2. The YAFFS2 that is used on the older model phones is often a different version than the emulator uses, just to make things even more difficult.

In short, I don't think you will be able to do this.

于 2014-02-03T17:53:14.577 に答える