<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Writing &#8220;C&#8221; Code for Android</title>
	<atom:link href="http://www.linux-mag.com/id/7697/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.linux-mag.com/id/7697/</link>
	<description>Open Source, Open Standards</description>
	<lastBuildDate>Fri, 10 May 2013 08:56:11 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
	<item>
		<title>By: http://www.verzekeringwiki.net/Gebruiker:HumbertoU</title>
		<link>http://www.linux-mag.com/id/7697/#comment-915605</link>
		<dc:creator>http://www.verzekeringwiki.net/Gebruiker:HumbertoU</dc:creator>
		<pubDate>Tue, 30 Apr 2013 01:35:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.linux-mag.com/id/7697/#comment-915605</guid>
		<description>I love what you guys are up too. This sort of clever work and coverage!
Keep up the amazing works guys I&#039;ve incorporated you guys to our blogroll.</description>
		<content:encoded><![CDATA[<p>I love what you guys are up too. This sort of clever work and coverage!<br />
Keep up the amazing works guys I&#8217;ve incorporated you guys to our blogroll.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Biggie Areba</title>
		<link>http://www.linux-mag.com/id/7697/#comment-31911</link>
		<dc:creator>Biggie Areba</dc:creator>
		<pubDate>Thu, 10 Nov 2011 14:07:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.linux-mag.com/id/7697/#comment-31911</guid>
		<description>can you please give more workable examples</description>
		<content:encoded><![CDATA[<p>can you please give more workable examples</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: heyanu21</title>
		<link>http://www.linux-mag.com/id/7697/#comment-7850</link>
		<dc:creator>heyanu21</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.linux-mag.com/id/7697/#comment-7850</guid>
		<description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Your article is very helpful. But I am not able to build the application properly.&lt;br /&gt;
I have created the jni code as explained in the \&quot;apps\&quot; dir. and the application is in /home/abc/workspace.&lt;/p&gt;
&lt;p&gt;When i run the application thru eclipse on emulator, i get the error \&quot;The aaplication Jni Sample has stopped unexpectedly.Please try again\&quot;.&lt;br /&gt;
and when i see the logcat, i found \&quot;Exception Ljava/lang/UnsatisfiedLinkError; thrown during Lcom/msi/linuxmagazine/jnidemo/Hello;.&lt;clinit&gt;\&quot; message.&lt;/p&gt;
&lt;p&gt;I think the System.loadLibrary() can not locate the library properly.&lt;br /&gt;
Can you please tell me if i have missed any step?&lt;/p&gt;
&lt;p&gt;Thanks in advance!
&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Your article is very helpful. But I am not able to build the application properly.<br />
I have created the jni code as explained in the \&#8221;apps\&#8221; dir. and the application is in /home/abc/workspace.</p>
<p>When i run the application thru eclipse on emulator, i get the error \&#8221;The aaplication Jni Sample has stopped unexpectedly.Please try again\&#8221;.<br />
and when i see the logcat, i found \&#8221;Exception Ljava/lang/UnsatisfiedLinkError; thrown during Lcom/msi/linuxmagazine/jnidemo/Hello;.&lt;clinit&gt;\&#8221; message.</p>
<p>I think the System.loadLibrary() can not locate the library properly.<br />
Can you please tell me if i have missed any step?</p>
<p>Thanks in advance!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: averule</title>
		<link>http://www.linux-mag.com/id/7697/#comment-7851</link>
		<dc:creator>averule</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.linux-mag.com/id/7697/#comment-7851</guid>
		<description>&lt;p&gt;article is very helpful.i have tested with android 2.2 and ndk r4.&lt;br /&gt;
heyanu21 ,check you run as configuration is proper or not.and test once again.
&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>article is very helpful.i have tested with android 2.2 and ndk r4.<br />
heyanu21 ,check you run as configuration is proper or not.and test once again.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rassin04</title>
		<link>http://www.linux-mag.com/id/7697/#comment-7852</link>
		<dc:creator>rassin04</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.linux-mag.com/id/7697/#comment-7852</guid>
		<description>&lt;p&gt;Hi,&lt;br /&gt;
Very useful information. I could develop my own libraries and successfully created applications using those libraries.&lt;/p&gt;
&lt;p&gt;Now i want to move more deep into Native code development. My sample library method is trying to read from /dev/dsp and write to a file in SDCard. To write in to SDCard file we have to specify &lt;uses-permission name:writetoexternalmemory....&gt;(something like this) in android manifest. But not able to open /dev/dsp.&lt;br /&gt;
 How can i access the a/dev/dsp file in my native code library method??
&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Hi,<br />
Very useful information. I could develop my own libraries and successfully created applications using those libraries.</p>
<p>Now i want to move more deep into Native code development. My sample library method is trying to read from /dev/dsp and write to a file in SDCard. To write in to SDCard file we have to specify &lt;uses-permission name:writetoexternalmemory&#8230;.&gt;(something like this) in android manifest. But not able to open /dev/dsp.<br />
 How can i access the a/dev/dsp file in my native code library method??</p>
]]></content:encoded>
	</item>
</channel>
</rss>