Eclipse Debug Issues While Coding Android Applications -


I have an app that I'm writing for Android which is basically a screen of a big table on the web Scraps and presents it a good way to the handset 500k of its HTML and takes approximately 20 seconds or more normally.

When I got connected to a computer, I was able to click on "run" and my code will execute quickly, unlike debug, it may take up to 10 minutes to complete.

Now, however, clicking on "Run" behaves like a debug mode .... I do not want this overhead, how do I get my e-mail address to debugger? Can do? I have searched online and found some people with the same issue, but it just is not ok to reboot my phone, and no other solution has been posted which I have found.

Can thank you for any help.

In your application manifest, there is a "debuggable" attribute for the API XML tags. Make sure it is set to false.

  & lt ;? Xml version = "1.0" encoding = "UTF-8"? & Gt; & Lt; Manifest xmlns: Android = "http://schemas.android.com/apk/res/android" package = "com.example.android.test" & gt; Android: Android: Android: Android: Android: Android: Android: Android: Android: Android: Android: Android: debuggable = "falls" & gt; & Lt; Intent-filter & gt; & Lt; Action Android: Main "/> Category: Android: Name =" android.intent.category.LAUNCHER "/> gt;  gt; & lt; / application & gt; & lt; / manifest & Gt;  

Comments