Thanks Trevor Johns.. But now I have problems when I want to run the project.. This message apperar:-
"Error:Execution failed for task ':app:dexDebug'. > com.android.ide.common.process.ProcessException: org.gradle.process.internal.ExecException: Process 'command 'C:\Program Files\Java\jdk1.8.0_40\bin\java.exe'' finished with non-zero exit value 2" What should I do?? On Thursday, December 10, 2015 at 11:33:10 AM UTC+8, Trevor Johns wrote: > > On 2015-12-10 03:17:39 +0000, Hanis Hassan said: > > > Hi... > > I'm still newbies... > > Anyone please help me solve this problem... > > That error shouldn't actually hurt anything, at least not in the short > term. It's just a warning. That said, it's still a good idea to update > the code so you don't run into problems in the future. > > As to how to fix it, this Stack Overflow post sums up the solution nicely: > > > http://stackoverflow.com/questions/22038957/httpclient-getparams-deprecated-what-should-i-use-instead > > > > The short version of which is use a URIBuilder object instead of asking > for an HttpParams object. > > -- > Trevor Johns > Google Developer Programs, Android > http://developer.android.com > > > -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/android-developers. To view this discussion on the web visit https://groups.google.com/d/msgid/android-developers/ce70366b-a937-435e-ab39-f6b0d3b9a328%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

