P
P
prosto_anton2015-08-15 12:44:07
linux
prosto_anton, 2015-08-15 12:44:07

The build of the project in Android Studio slows down, what should I do?

Installed AS on Debian 8.1 32bit the other day . The studio started up quickly, I created a test project and clicked on the application launch button, to which the studio responded with a device selection dialog box in a couple of seconds . I chose the emulator, and then I got an error saying that the emulator does not work well on 32-bit systems.
I thought that for the sake of AS I was ready to reinstall the system. Now I have Debian 8.1 64bit . The emulator is running. But another problem appeared: the application takes a very long time to build (the "Gruble Build Running" hangs).
Tried deleting AS and SDK and reinstalling - doesn't help.
What could be the reason for the hang when building the project and what to do about it?
UPD:
The following task hangs
Executing tasks: [:app:compileDebugSources, :app:compileDebugAndroidTestSources]

Answer the question

In order to leave comments, you need to log in

3 answer(s)
P
prosto_anton, 2015-08-16
@prosto_anton

The problem was solved by rolling back Build-Tools to version 21.1.2. What exactly was the problem - I did not find out.

M
maaGames, 2015-08-15
@maaGames

I use Eclipse and had a similar problem until I increased the amount of memory in the ini file.
Directly on the emulator, if you use an x86 image instead of ARM, then it is emulated much faster.

A
Alex, 2015-08-23
@dimon2242

Look in the Gradle Console, are there any errors?
If there is something like "...timed out while wating for slave aapt process..." then you need to install some libraries for i386 architecture:
dpkg --add-architecture i386
apt-get install libncurses5:i386 libstdc++6 :i386 zlib1g:i386

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question