windows - What is the function of aapt.exe in android? -
when list running processes under windows 7, 20 aapt.exe processes showing , take lot of memory. happens when android studio opened. forced exit android studio , open again. how can remedy situation while leaving android studio running? , function of aapt.exe? have android studio 1.2.1.1.
aapt.exe
android asset packaging tool (aapt). it's designed take application resource files, such androidmanifest.xml
file , other xml files used every "activity" in android app, , compile them. r.java
generated can reference resources java code.
Comments
Post a Comment