android - 我用eclipse为什么编译特别慢
PHPz
PHPz 2017-04-17 12:59:12
0
4
652

我用eclipse为什么编译Andriod程序特别慢,每次点击run到真机上安装成功每次都好几分钟
程序有点大
工作效率特别低,有什么优化的方法吗
我机器是i5的16G内存,ssd硬盘

PHPz
PHPz

学习是最好的投资!

reply all(4)
伊谢尔伦

Open process and see if every build is stuck
refreshing remote folder this step

Yes

Build-path -> libraries
Find android.jar
Expand
Click Source attachment
Then remove

It feels like it’s a bug in eclipse... The refresh source code folder is of course stuck...

PHPzhong

There may be a deadlock.

http://wiki.eclipse.org/How_to_report_a_deadlock

You can open the terminal and see if there are any strange errors.

PHPzhong

Maybe you should try Android Studio, or IntelliJ IDEA

左手右手慢动作

1. Confirm that only your main project and dependent projects are currently used in your workspace, and all other irrelevant projects are closed.
2. Cancel build auto under Project and manually execute the build before you install it on your phone.
3. Try using another mobile phone

The transmission speed of the Android USB interface is very slow. Generally, it can reach 1M/s, which is already very good. Of course, the writing speed of each ROM is also different. You can try a different ROM, and flashing will only take a few minutes!

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template