Common commands and error troubleshooting for emulator Android simulators in ubuntu

Source: Internet
Author: User
Some common commands and troubleshooting for emulator Android simulators in ubuntu 1. how to find the simulator process psaux | grepemulator and kill it 2. run emulator to prompt emulator: WARNING: systempartitionsizeadju...
Some common commands and troubleshooting for emulator Android simulators in ubuntu 1. how to find the simulator process ps aux | grep emulator and kill it 2. run emulator to prompt emulator: WARNING: system partition size adjusted to match image file (166 MB> 66 MB) requires insufficient space. add the parameter-partition-size 1024 (larger than the required size) to emulator, for example, emulator-partition-size 1024 3. execute the emulator black screen? When the compiling system is okay, it is basically because no environment variable is configured, resulting in the configuration of the environment variable www.2cto.com terminal input: gedit ~ /. Add bashrc. (Note: Enter the path based on your actual situation !) ANDROID_PRODUCT_OUT = ~ /Doc/android/out/target/product/generic ANDROID_PRODUCT_OUT_BIN = ~ /Doc/android/out/host/linux-x86/bin save and exit. Enter the terminal command line to import and configure export PATH =$ {PATH }:: {ANDROID_PRODUCT_OUT_BIN }:$ {ANDROID_PRODUCT_OUT}; continue to input to take effect in the configuration of source ~ /. Bashrcok. after the environment is configured, the simulator can start to execute. Author: Fengying Xda

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.