简体   繁体   中英

How do I use this Android Emulator Bug Patch?

2 Days ago I posted a question regarding my emulator displaying weird when changing screen sizes (as seen here .

I eventually found what seems to be a patch for this particular bug over here . But, and I do feel stupid asking this, how do I use this patch??

I've never used a patch and this doesn't seem like a simple exe that I run...

Any Ideas?

You should use the patch program to apply it to your source code.

Usually, you can run patch -p0 < the-patch-file . But you may have to adjust the p value parameter.

The detailed process of building android tools from sources described on the android source site. The adt plugin stored in development/tools/eclipse.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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