简体   繁体   English

构建 android 源代码后将模拟器启动到平板电脑大小

[英]launching emulator to tablet size after building android source code

I am build the code with default instruction given on the source.android.com like我正在使用 source.android.com 上给出的默认指令构建代码

1) source build/envsetup.sh 2) launch full-eng 3) make 1) source build/envsetup.sh 2) 启动 full-eng 3) make

When I try to launch the emulator it open in default size of a bar-phone.But I want to launch my emulator in tablet size(any default size is enough).当我尝试启动模拟器时,它以条形电话的默认大小打开。但我想以平板电脑大小启动我的模拟器(任何默认大小都足够)。

Use a tablet skin.使用平板电脑皮肤。 You can change skin in AVD manager.您可以在 AVD 管理器中更改皮肤。 Found here: [SDK]/platforms//skins可在此处找到:[SDK]/platforms//skins

 emulator -skin <skinname>

For list of skins in aosp avaliable - see droid/development/tools/emulator/skins对于可用的 aosp 中的皮肤列表 - 请参阅 droid/development/tools/emulator/skins

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM