Welcome, Guest: Register On Nairaland / LOGIN! / Trending / Recent / New
Stats: 3,143,275 members, 7,780,619 topics. Date: Thursday, 28 March 2024 at 05:44 PM

Help Fix This Android Studio Error Dhtml18 And Otherd - Programming - Nairaland

Nairaland Forum / Science/Technology / Programming / Help Fix This Android Studio Error Dhtml18 And Otherd (2686 Views)

Problem: Android Studio Error Cant Install Platform 27 Or Any Other Platform. / Please Help Fix My XSLT File / Please Help Fix My Command Line (2) (3) (4)

(1) (Reply) (Go Down)

Help Fix This Android Studio Error Dhtml18 And Otherd by adenuga558(m): 10:23am On Dec 26, 2016
When i was compiling my android app i got this strange error
Error:Execution failed for task ':app:mergeDebugResources'.Error: java.util.concurrent.ExecutionException: com.android.ide.common.process.ProcessException:
Re: Help Fix This Android Studio Error Dhtml18 And Otherd by Appguru(m): 1:52pm On Dec 28, 2016
adenuga558:
When i was compiling my android app i got this strange error
Error:Execution failed for task ':app:mergeDebugResources'.Error: java.util.concurrent.ExecutionException: com.android.ide.common.process.ProcessException:

I've encountered this error in the past.

Check your "res" folder you have an ILLEGAL file in there.

The "res" folder should only contain XML & PNG , JPG (drawables folder only) files.

1 Like

Re: Help Fix This Android Studio Error Dhtml18 And Otherd by adenuga558(m): 2:00pm On Dec 28, 2016
have fix it, it was png file in jpg type so i rename it to jpg and convert and it build succefully thanks
Re: Help Fix This Android Studio Error Dhtml18 And Otherd by Bobbybabs(m): 3:31pm On Dec 28, 2016
Yeah mostly due to invalid files in the res folder.
Re: Help Fix This Android Studio Error Dhtml18 And Otherd by Nobody: 8:46pm On Dec 29, 2016
good, they aff killed the error, make i continue hunting for monitor lizard, i want to make FP before 2017
Re: Help Fix This Android Studio Error Dhtml18 And Otherd by adenuga558(m): 12:20am On Dec 30, 2016
dhtml u funny ooo android studio build 15mb size app in 2min on my 1 gb laptop some times it build 30sec i use some setting
Re: Help Fix This Android Studio Error Dhtml18 And Otherd by funloaded: 2:13am On Dec 30, 2016
Bro.... What kinda apps have you built with android studio.... I'm currently working on creating apk file for my website @adenuga558 and dhtml18
Re: Help Fix This Android Studio Error Dhtml18 And Otherd by adenuga558(m): 11:33am On Dec 30, 2016
am working on TV app just like mobdro
Re: Help Fix This Android Studio Error Dhtml18 And Otherd by prinzfunchi(m): 9:29pm On Dec 30, 2016
adenuga558:
dhtml u funny ooo android studio build 15mb size app in 2min on my 1 gb laptop some times it build 30sec i use some setting

How can Android studio run and be that fast on a 1GB ram laptop?

I don't believe you man.

Re: Help Fix This Android Studio Error Dhtml18 And Otherd by funloaded: 11:48pm On Dec 30, 2016
Even on my 4gb ram.... Itz not using the default android emulator
Re: Help Fix This Android Studio Error Dhtml18 And Otherd by adenuga558(m): 12:12am On Dec 31, 2016
it fast on my laptop 1gb i compile 15mb apk in 2 min max some time 50sec
Re: Help Fix This Android Studio Error Dhtml18 And Otherd by adenuga558(m): 12:13am On Dec 31, 2016
am not using emulator
Re: Help Fix This Android Studio Error Dhtml18 And Otherd by adenuga558(m): 12:14am On Dec 31, 2016
no lag at all smooth
Re: Help Fix This Android Studio Error Dhtml18 And Otherd by adenuga558(m): 12:16am On Dec 31, 2016
all thanks 2 God that redirect me to did helpful tutorial http://www.viralandroid.com/2015/08/how-to-make-android-studio-fast.html
Re: Help Fix This Android Studio Error Dhtml18 And Otherd by Nobody: 2:47pm On Dec 31, 2016
^^^yeah, those are the usual techniques to improve the speed of gradle builds. However, I can tell you that bluestacks emulator compiles faster than most devices i tested with.
Also, when you are testing a webservice or an API on your localhost, if you use an emulator like bluestacks, you can access your http://localhost/testapi.com from your app (by using 10.xx.Bleep i don forget), but from a real device, you have to start doing some extrapolations etc
Re: Help Fix This Android Studio Error Dhtml18 And Otherd by adenuga558(m): 4:43pm On Dec 31, 2016
but how do i connect my android device to android studio it failed to show device and USB debug is on developer option is on what happen
Re: Help Fix This Android Studio Error Dhtml18 And Otherd by Nobody: 7:46pm On Dec 31, 2016
You need to put your android device into development mode - find out how to do that - then you must set your usb connection to Media device (MTP) or its equivalent. Of course your computer must detect your device and install it properly first.
If you have done all this, you can go to the terminal inside android studio(or command prompt) and enter the following command:
adb devices
you should see an output like this:
Microsoft Windows [Version 10.0.14393]
(c) 2016 Microsoft Corporation. All rights reserved.

C:\Users\Dr. Anthony Ogundipe>adb devices
List of devices attached
* daemon not running. starting it now on port 5037 *
* daemon started successfully *
H802L50123456789 device


C:\Users\Dr. Anthony Ogundipe>

Note: this is a live stuff from my pc just to demonstrate this
Re: Help Fix This Android Studio Error Dhtml18 And Otherd by adenuga558(m): 7:54pm On Dec 31, 2016
thanks dhtml i will try that out
Re: Help Fix This Android Studio Error Dhtml18 And Otherd by adenuga558(m): 3:41pm On Jan 03, 2017
it not working but i have fix the problem i download universal adb driver for my phone and problem was solve
Re: Help Fix This Android Studio Error Dhtml18 And Otherd by Nobody: 6:02pm On Jan 03, 2017
Of course without driver, all these commands will not work now. But glad to hear that it is working now.
Re: Help Fix This Android Studio Error Dhtml18 And Otherd by adenuga558(m): 1:43pm On Jan 04, 2017
DHTML are u on Facebook , if u are give me your username
Re: Help Fix This Android Studio Error Dhtml18 And Otherd by Nobody: 10:14am On Jan 07, 2017
You can locate me on $$$$.$$$$ (had to remove it because of spammers)

By the way, I have a macbook corei5 4GB RAM, i discovered that the android studio on it is like 3x faster than my windows corei5 8GB RAM.
And as I am beginning to get loaded with native IOS apps - my job list now, na IOS full am.
Re: Help Fix This Android Studio Error Dhtml18 And Otherd by adenuga558(m): 10:49am On Jan 07, 2017
k
Re: Help Fix This Android Studio Error Dhtml18 And Otherd by nickyjeff(m): 6:13am On Jan 11, 2017
dhtml18:
You can locate me on $$$$.$$$$ (had to remove it because of spammers)

By the way, I have a macbook corei5 4GB RAM, i discovered that the android studio on it is like 3x faster than my windows corei5 8GB RAM.
And as I am beginning to get loaded with native IOS apps - my job list now, na IOS full am.
Most likely because the drive is an SSD, had to change my windows drive to ssd recently, and the speed gains in IDE's are lovely.
Re: Help Fix This Android Studio Error Dhtml18 And Otherd by Nobody: 7:42pm On Jan 11, 2017
Ah well, since i am an ios developer as well, it pays me off to just move fully into MAC after like 20yrs+ of windows programming and i am enjoying it
Re: Help Fix This Android Studio Error Dhtml18 And Otherd by LordGuru1: 5:35pm On Feb 04, 2017
adenuga558:
all thanks 2 God that redirect me to did helpful tutorial http://www.viralandroid.com/2015/08/how-to-make-android-studio-fast.html
Re: Help Fix This Android Studio Error Dhtml18 And Otherd by LordGuru1: 5:46pm On Feb 04, 2017
dhtml18:
^^^yeah, those are the usual techniques to improve the speed of gradle builds. However, I can tell you that bluestacks emulator compiles faster than most devices i tested with.
Also, when you are testing a webservice or an API on your localhost, if you use an emulator like bluestacks, you can access your http://localhost/testapi.com from your app (by using 10.xx.Bleep i don forget), but from a real device, you have to start doing some extrapolations etc

(1) (Reply)

Foodfrik (A professional food listing Platform) / Who Can Solve This Problem Using Java / Sending Email

(Go Up)

Sections: politics (1) business autos (1) jobs (1) career education (1) romance computers phones travel sports fashion health
religion celebs tv-movies music-radio literature webmasters programming techmarket

Links: (1) (2) (3) (4) (5) (6) (7) (8) (9) (10)

Nairaland - Copyright © 2005 - 2024 Oluwaseun Osewa. All rights reserved. See How To Advertise. 24
Disclaimer: Every Nairaland member is solely responsible for anything that he/she posts or uploads on Nairaland.