Posts by Gottschall • 21 points
2 posts
-
1
votes0
answers289
viewsQ: Error building: Timed out while Waiting for slave aapt process
I’d like to know how I can make that mistake when I try to create a new app. The error is as follows: it loads everything right, but when it will load the Gradle it gives error and the screen is…
-
-1
votes3
answers12679
viewsA: How to change the color of the boot via code on android?
Use this within the code XML of Button to switch to the desired color: android:background="@android:color/(coloque sua cor aqui, exemplo: holo_blue_dark)" To change color without code (even if you…