|  06-27-2011, 09:38 PM | #1 | 
| Orisa            Posts: 2,001 Karma: 1035571 Join Date: Feb 2010 Location: Ireland Device: Onyx Poke 5 | 
				
				Helping developers: an introduction to Android debugging (Logcat)
			 
			
			The fact that Android is based on an open-source kernel and that it is an open ecosystem which allows running apps not only from its preferred market, but from alternative ones and even from simple executable files (.apk) implies that application development is more accessible than in other platforms. This implies that more amateur or small-time programmers will develop for Android, and this implies as well that they may not have the ressources for extensive testing. So this is a guide meant for users who want to help developers by debugging Android applications. Mainly, we are going to cover three subjects: the installation of ADB (Android Debug Bridge), adding the folder where adb is located to your PATH variable in order to be able to run it in your terminal easily and the use of adb logcat. ADB (Android Debug Bridge) is, as its name states, the plaform which allows communication between the computer of a developer (or tester, as is our case) and the debugged device. What we want to do is to install it, then modify the PATH variable so that we only need to type "adb" for adb related commands anywhere we want, instead of having to access the folder where we installed ADB, and lastly a small guide on how to actually debug the applications. You'll notice that the deployment part is MUCH longer than the actual usage. | 
|   |   | 
|  07-12-2011, 05:44 AM | #2 | 
| Junior Member  Posts: 2 Karma: 10 Join Date: May 2011 Device: none | 
			
			One of the reason for the popularity of android is because it is open source. This allows the developers to tweak it according to their requirement and the result is some beautiful and useful applications running in your smartphone.
		 | 
|   |   | 
| Advert | |
|  | 
|  08-18-2011, 12:04 PM | #3 | 
| Gadget Freak            Posts: 1,169 Karma: 1043832 Join Date: Nov 2007 Location: US Device: EE, Note 8 | 
				
				@Logseman
			 
			
			Being interested in android I await your guides.
		 | 
|   |   | 
|  08-25-2011, 04:48 AM | #4 | 
| Junior Member  Posts: 7 Karma: 10 Join Date: Aug 2011 Device: none | 
			
			thanks  for sharing this type news
		 | 
|   |   | 
|  | 
| 
 | 
|  Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post | 
| Android (mobile) Gaming -- not quite there yet for developers | RockdaMan | Android Devices | 5 | 04-14-2011 10:00 AM | 
| Debugging Password | kaitorii | enTourage Archive | 4 | 11-14-2010 09:34 AM | 
| Android Developers: Licensing Service For Android Applications | kjk | Android Devices | 0 | 07-28-2010 03:23 PM | 
| iLiad Debugging and the iLiad | scotty1024 | iRex Developer's Corner | 2 | 10-23-2006 03:43 PM |