<?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"
> 
<channel>
	<title>Appcelerator Developer Center Q&amp;A Tag Feed (apiversion)</title> 
	<atom:link href="http://developer.appcelerator.com/questions/feed/tag/apiversion" rel="self" type="application/rss+xml" /> 
	<link>http://developer.appcelerator.com/questions/feed/tag/apiversion</link> 
	<description>Appcelerator Developer Center Q&amp;A feed for the tag: "apiversion"</description> 
	<lastBuildDate>Wed, 22 May 2013 08:35:28 -0700</lastBuildDate> 
	<pubDate>Wed, 22 May 2013 08:35:28 -0700</pubDate>
	<copyright>Copyright (c) 2008-2013 by Appcelerator Inc.</copyright>
	<webMaster>info@appcelerator.com</webMaster>
	<generator>Appcelerator Developer Center</generator>
	<ttl>5</ttl>
	<language>en</language>
	<item>
		<title>Android emulator, modules and titanium sdk 2.0.1</title> 
		<link>http://developer.appcelerator.com/question/140875/android-emulator-modules-and-titanium-sdk-201</link>
		<pubDate>Fri, 10 Aug 2012 21:44:24 -0700</pubDate>
		<dc:creator>nitin soni</dc:creator> 
				<category><![CDATA[emulator]]></category> 
				<category><![CDATA[module]]></category> 
				<category><![CDATA[flurry]]></category> 
				<category><![CDATA[apiversion]]></category> 
				<category><![CDATA[sdk 2.0.1]]></category> 
				<guid isPermaLink="true">http://developer.appcelerator.com/question/140875/android-emulator-modules-and-titanium-sdk-201</guid>
		<description><![CDATA[we had been using various modules(mostly 3rd party modules) in application, but now when we switched to titanium sdk 2.0.1 and tried run it on android emulator, it asks for new version of those modules with the 'apiversion' value 2 or greater in its manifest file.(might be due to this need some change in native code for that module).

My question is, Is there any way to use a simple way to make them work again?

I had tried [this link](https://wiki.appcelerator.org/display/guides/Android+Module+Porting+Guide+for+1.8.0.1) but could not proceed further than 'ant' command, it says 'build.xml not found'.

Thanks]]></description>
		<content:encoded><![CDATA[<p>we had been using various modules(mostly 3rd party modules) in application, but now when we switched to titanium sdk 2.0.1 and tried run it on android emulator, it asks for new version of those modules with the 'apiversion' value 2 or greater in its manifest file.(might be due to this need some change in native code for that module).</p>

<p>My question is, Is there any way to use a simple way to make them work again?</p>

<p>I had tried <a href="https://wiki.appcelerator.org/display/guides/Android+Module+Porting+Guide+for+1.8.0.1">this link</a> but could not proceed further than 'ant' command, it says 'build.xml not found'.</p>

<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>problem with Creating Module in latest version</title> 
		<link>http://developer.appcelerator.com/question/130182/problem-with-creating-module-in-latest-version</link>
		<pubDate>Tue, 03 Jan 2012 22:28:23 -0800</pubDate>
		<dc:creator>Ramkumar Murugadoss</dc:creator> 
				<category><![CDATA[android]]></category> 
				<category><![CDATA[module]]></category> 
				<category><![CDATA[apiversion]]></category> 
				<guid isPermaLink="true">http://developer.appcelerator.com/question/130182/problem-with-creating-module-in-latest-version</guid>
		<description><![CDATA[I created a Module for Android a month back and it worked perfectly, but I updated the Titanium to the latest sdk yesterday. Now the problem is when I try to run my Androdi Project it shows the following error

~~~

[DEBUG] Looking for Titanium Module id: com.xxx.yyyy.zzzz, version: 0.1, platform: android
[DEBUG] module_id = com.xxx.yyyy.zzzz
[ERROR] The 'apiversion' for 'com.xxx.yyyy.zzzz' in the module manifest is not a valid value.  Please use a version of the module that has an 'apiversion' value of 2 or greater set in it's manifest file
[DEBUG] touching tiapp.xml to force rebuild next time: C:\Users\ram\Desktop\Titanium Studio Workspace\moduletest\tiapp.xml


~~~

May  get any help to solve this issue..


============

Thanks]]></description>
		<content:encoded><![CDATA[<p>I created a Module for Android a month back and it worked perfectly, but I updated the Titanium to the latest sdk yesterday. Now the problem is when I try to run my Androdi Project it shows the following error
<pre class="javascript codeblock"><span class="br0">&#91;</span>DEBUG<span class="br0">&#93;</span> Looking <span class="kw1">for</span> Titanium Module id<span class="sy0">:</span> com.<span class="me1">xxx</span>.<span class="me1">yyyy</span>.<span class="me1">zzzz</span><span class="sy0">,</span> version<span class="sy0">:</span> <span class="nu0">0.1</span><span class="sy0">,</span> platform<span class="sy0">:</span> android
<span class="br0">&#91;</span>DEBUG<span class="br0">&#93;</span> module_id <span class="sy0">=</span> com.<span class="me1">xxx</span>.<span class="me1">yyyy</span>.<span class="me1">zzzz</span>
<span class="br0">&#91;</span>ERROR<span class="br0">&#93;</span> The <span class="st0">'apiversion'</span> <span class="kw1">for</span> <span class="st0">'com.xxx.yyyy.zzzz'</span> <span class="kw1">in</span> the module manifest <span class="kw1">is</span> not a valid value.  <span class="me1">Please</span> <span class="kw2">use</span> a version of the module that has an <span class="st0">'apiversion'</span> value of <span class="nu0">2</span> or greater set <span class="kw1">in</span> it<span class="st0">'s manifest file
[DEBUG] touching tiapp.xml to force rebuild next time: C:<span class="es0">\U</span>sers<span class="es0">\r</span>am<span class="es0">\D</span>esktop<span class="es0">\T</span>itanium Studio Workspace<span class="es0">\m</span>oduletest<span class="es0">\t</span>iapp.xml</span></pre>
May  get any help to solve this issue..</p>

<p>============</p>

<p>Thanks</p>
]]></content:encoded>
	</item>
</channel>
</rss>