<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-GB">
	<id>https://luminoussheep.net/mediawiki/index.php?action=history&amp;feed=atom&amp;title=Android_Development</id>
	<title>Android Development - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://luminoussheep.net/mediawiki/index.php?action=history&amp;feed=atom&amp;title=Android_Development"/>
	<link rel="alternate" type="text/html" href="https://luminoussheep.net/mediawiki/index.php?title=Android_Development&amp;action=history"/>
	<updated>2026-05-11T19:19:33Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.8</generator>
	<entry>
		<id>https://luminoussheep.net/mediawiki/index.php?title=Android_Development&amp;diff=17&amp;oldid=prev</id>
		<title>Martin: Created page with &quot;The Android debug bridge adb command is a 32bit binary requiring curses not so useful on a 64bit install   dpkg --add-architecture i386  apt-get install libncurses5:i386  ln -...&quot;</title>
		<link rel="alternate" type="text/html" href="https://luminoussheep.net/mediawiki/index.php?title=Android_Development&amp;diff=17&amp;oldid=prev"/>
		<updated>2021-09-14T20:58:52Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;The Android debug bridge adb command is a 32bit binary requiring curses not so useful on a 64bit install   dpkg --add-architecture i386  apt-get install libncurses5:i386  ln -...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;The Android debug bridge adb command is a 32bit binary requiring curses not so useful on a 64bit install&lt;br /&gt;
&lt;br /&gt;
 dpkg --add-architecture i386&lt;br /&gt;
 apt-get install libncurses5:i386&lt;br /&gt;
 ln -s ln -s /usr/lib/i386-linux-gnu/libGL.so.1 ln -s /usr/lib/i386-linux-gnu/libGL.so&lt;br /&gt;
&lt;br /&gt;
Then you need to add it to your path you also need the libGL:&lt;br /&gt;
&lt;br /&gt;
 export LD_LIBRARY_PATH=/usr/lib/i386-linux-gnu/:/lib/i386-linux-gnu/&lt;br /&gt;
&lt;br /&gt;
=Physical phone=&lt;br /&gt;
To connect to a physical phone create the file /etc/udev/rules.d/51-android.rules&lt;br /&gt;
Get the vendorId from lsusb command or the [[http://developer.android.com/tools/device.html | list at the android site]]&lt;br /&gt;
 SUBSYSTEM==&amp;quot;usb&amp;quot;, ATTR{idVendor}==&amp;quot;22b8&amp;quot;, MODE=&amp;quot;0666&amp;quot;, GROUP=&amp;quot;plugdev&amp;quot; &lt;br /&gt;
&lt;br /&gt;
Set the permissions:&lt;br /&gt;
 chmod a+r /etc/udev/rules.d/51-android.rules&lt;/div&gt;</summary>
		<author><name>Martin</name></author>
	</entry>
</feed>