<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Gabriele Caracciolo Blog &#187; Eclipse</title>
	<atom:link href="http://gabrielecaracciolo.com/blog/tag/eclipse/feed/" rel="self" type="application/rss+xml" />
	<link>http://gabrielecaracciolo.com/blog</link>
	<description>Just my ICT notes</description>
	<lastBuildDate>Mon, 07 May 2012 21:01:45 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Problema invio coordinate emulatore DDMS</title>
		<link>http://gabrielecaracciolo.com/blog/2010/problema-invio-coordinate-emulatore-ddms/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=problema-invio-coordinate-emulatore-ddms</link>
		<comments>http://gabrielecaracciolo.com/blog/2010/problema-invio-coordinate-emulatore-ddms/#comments</comments>
		<pubDate>Sat, 08 May 2010 10:34:26 +0000</pubDate>
		<dc:creator>gabriele</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[coordinate]]></category>
		<category><![CDATA[DDMS]]></category>
		<category><![CDATA[Eclipse]]></category>
		<category><![CDATA[emulatore]]></category>

		<guid isPermaLink="false">http://gabrielecaracciolo.com/blog/?p=853</guid>
		<description><![CDATA[Se l&#8217;invio delle coordinate dall&#8217;emulatore Android, tramite l&#8217;interfaccia DDMS, non funziona nel senso che: nonostante inviate le nuove coordinate, queste risultano essere sempre [0,0] e se, ad esempio usando il programma “Maps”, la schermata è tutta blu (non vi preoccupate, siete solo nell’oceano Atlantico [0, 0], accanto all’Africa… fate un bel po’ di “zoom -” [...]]]></description>
		<wfw:commentRss>http://gabrielecaracciolo.com/blog/2010/problema-invio-coordinate-emulatore-ddms/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Neither user &#8230; nor current process has android.permission.WAKE_LOCK</title>
		<link>http://gabrielecaracciolo.com/blog/2010/nor-current-process-has-android-permission-wake-lock/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=nor-current-process-has-android-permission-wake-lock</link>
		<comments>http://gabrielecaracciolo.com/blog/2010/nor-current-process-has-android-permission-wake-lock/#comments</comments>
		<pubDate>Mon, 29 Mar 2010 15:46:01 +0000</pubDate>
		<dc:creator>gabriele</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[debug]]></category>
		<category><![CDATA[Eclipse]]></category>
		<category><![CDATA[logcat]]></category>
		<category><![CDATA[wake_lock]]></category>

		<guid isPermaLink="false">http://gabrielecaracciolo.com/blog/?p=822</guid>
		<description><![CDATA[Se nel &#8220;LogCat&#8221; di Eclipse vi appare un messaggio simile a: ERROR/AndroidRuntime(...): java.lang.RuntimeException: Unable to start activity...: java.lang.SecurityException: Neither user ... nor current process has android.permission.WAKE_LOCK. [...] potete provare ad aggiungere la seguente riga nel Manifest: &#60;uses-permission android:name="android.permission.WAKE_LOCK" /&#62;]]></description>
		<wfw:commentRss>http://gabrielecaracciolo.com/blog/2010/nor-current-process-has-android-permission-wake-lock/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Device requires that applications explicitely declare themselves as debuggable in their manifest</title>
		<link>http://gabrielecaracciolo.com/blog/2010/device-requires-that-applications-explicitely-declare-themselves-as-debuggable-in-their-manifest/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=device-requires-that-applications-explicitely-declare-themselves-as-debuggable-in-their-manifest</link>
		<comments>http://gabrielecaracciolo.com/blog/2010/device-requires-that-applications-explicitely-declare-themselves-as-debuggable-in-their-manifest/#comments</comments>
		<pubDate>Fri, 19 Mar 2010 10:41:34 +0000</pubDate>
		<dc:creator>gabriele</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[debug]]></category>
		<category><![CDATA[Eclipse]]></category>

		<guid isPermaLink="false">http://gabrielecaracciolo.com/blog/?p=811</guid>
		<description><![CDATA[Se vi compare il seguente messaggio nella Console di Eclipse: Device 'device_name' requires that applications explicitely declare themselves as debuggable in their manifest. Application 'com.prj.test01' does not have the attribute 'debuggable' set to TRUE in its manifest and cannot be debugged. potete risolvere questo errore come suggerito sopra, semplicemente aggiungendo l&#8217;attributo: android:debuggable="true" nel Manifest della [...]]]></description>
		<wfw:commentRss>http://gabrielecaracciolo.com/blog/2010/device-requires-that-applications-explicitely-declare-themselves-as-debuggable-in-their-manifest/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Come importare ApiDemos in Eclipse</title>
		<link>http://gabrielecaracciolo.com/blog/2010/come-importare-apidemos-in-eclipse/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=come-importare-apidemos-in-eclipse</link>
		<comments>http://gabrielecaracciolo.com/blog/2010/come-importare-apidemos-in-eclipse/#comments</comments>
		<pubDate>Tue, 23 Feb 2010 17:00:37 +0000</pubDate>
		<dc:creator>gabriele</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[Unix-Linux]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Eclipse]]></category>
		<category><![CDATA[errore]]></category>
		<category><![CDATA[R.java]]></category>

		<guid isPermaLink="false">http://gabrielecaracciolo.com/blog/?p=790</guid>
		<description><![CDATA[Se avete qualche problema con il progetto ApiDemos, nel senso che non riuscite a importarlo in Eclipse da File -&#62; Import&#8230; -&#62; &#8220;Existing Project into Workspace&#8221; oppure se avete creato voi il progetto manualmente ed Eclipse vi segnala degli errori al file R.java, potete provare in questo modo: Recatevi nella cartella in cui avete installato l&#8217;Android [...]]]></description>
		<wfw:commentRss>http://gabrielecaracciolo.com/blog/2010/come-importare-apidemos-in-eclipse/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A folder failed to be renamed or moved – Warning</title>
		<link>http://gabrielecaracciolo.com/blog/2010/a-folder-failed-to-be-renamed-or-moved-warning/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=a-folder-failed-to-be-renamed-or-moved-warning</link>
		<comments>http://gabrielecaracciolo.com/blog/2010/a-folder-failed-to-be-renamed-or-moved-warning/#comments</comments>
		<pubDate>Tue, 12 Jan 2010 10:40:48 +0000</pubDate>
		<dc:creator>gabriele</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Windows Vista]]></category>
		<category><![CDATA[Windows XP]]></category>
		<category><![CDATA[Eclipse]]></category>
		<category><![CDATA[warning]]></category>

		<guid isPermaLink="false">http://gabrielecaracciolo.com/blog/?p=679</guid>
		<description><![CDATA[Se in Eclipse, durante l&#8217;aggiornamento del pacchetto &#8220;SDA Platform Android 1.6, API 4, revision 2&#8243; (da quello che ho letto in rete, può accadere anche con altri pacchetti) vi compare il warning: -= Warning ! =- A folder failed to be renamed or moved. On Windows this typically means that a program is using that [...]]]></description>
		<wfw:commentRss>http://gabrielecaracciolo.com/blog/2010/a-folder-failed-to-be-renamed-or-moved-warning/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

