-1

Im new in Android Developing. Im trying to make a simple QR scann reader using "Barcode Scanner". So I have started some tutorials from the android.developer site. I've finish this tutorial tutorial. So I´ve moved on to what I actually wanted to do and found this awnser on how to use Barcode Scanner in my app. I make a new Project and use that code. BUT (and here is the problem) when I run my application, the Devices Logcat shows two process, one form the new app and the other one from the tutorial. The second package that is shown, I dont know where is taking it from. I´ve deleted the projet of the tutorial and still start the tutorial app when I run my new project.

Im using Android Studio.Any help will be appreciated!!! Thanks in advance!!! (Sorry for my English)

Community
  • 1
  • 1
Hernan Pintos
  • 175
  • 2
  • 9

1 Answers1

0

LogCat will show the debugable processes you have running on your test device. Remove the one you want to get rid of from your test device, and it will no longer show up in the LogCat.

Sound Conception
  • 5,263
  • 5
  • 30
  • 47
  • I was uninstalling the app doing "the basic way" (OptionMenu > Uninstall). I had to go to Application Manager in the decive and uninstall it from there. Thanks for the help! – Hernan Pintos Sep 30 '14 at 13:53