<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Okay I'm getting somewhere I in Software Archive</title>
    <link>https://community.intel.com/t5/Software-Archive/Error-MSB6006-when-building-Native-Activity-app/m-p/1004874#M31772</link>
    <description>&lt;P&gt;Okay I'm getting somewhere I think!! I figured out myself that I have multiple versions of the Java SDK installed and that the system variable was pointing to the 64 bit version, which should be the 32 bit version. Now I get the same ant.bat error, exited with code 1 this time. But it looks already way better! So for those who have the same errors, this might be a solution for you :)&lt;/P&gt;

&lt;P&gt;Here's my current build log, maybe someone can help solving this with me.&lt;/P&gt;

&lt;PRE class="brush:plain;"&gt;1&amp;gt;------ Build started: Project: Testmhu, Configuration: Debug Android ------
1&amp;gt;  Testmhu.vcxproj -&amp;gt; D:\OneDrive\Documenten\Visual Studio 2013\Projects\Testmhu\Android\Debug\Testmhu.so
1&amp;gt;  Envvar: JAVA_HOME is set to 'C:\Program Files (x86)\Java\jdk1.8.0_45'
1&amp;gt;  Envvar: JAVA_OPTS is set to ''
1&amp;gt;  C:\Intel\INDE\IDEintegration\ANT\bin\ant.bat  debug
1&amp;gt;  Buildfile: D:\OneDrive\Documenten\Visual Studio 2013\Projects\Testmhu\Testmhu\AndroidProject\build.xml
1&amp;gt;  
1&amp;gt;  -set-mode-check:
1&amp;gt;  
1&amp;gt;  -set-debug-files:
1&amp;gt;  
1&amp;gt;  -check-env:
1&amp;gt;   [checkenv] Android SDK Tools Revision 24.2.0
1&amp;gt;   [checkenv] Installed at C:\Intel\INDE\IDEintegration\SDK
1&amp;gt;  
1&amp;gt;  -setup:
1&amp;gt;       [echo] Project Name: MainActivity
1&amp;gt;    [gettype] Project Type: Application
1&amp;gt;  
1&amp;gt;  -set-debug-mode:
1&amp;gt;  
1&amp;gt;  -debug-obfuscation-check:
1&amp;gt;  
1&amp;gt;  -pre-build:
1&amp;gt;  
1&amp;gt;  -build-setup:
1&amp;gt;  [getbuildtools] Using latest Build Tools: 22.0.1
1&amp;gt;       [echo] Resolving Build Target for MainActivity...
1&amp;gt;  [gettarget] Project Target:   Android 5.0.1
1&amp;gt;  [gettarget] API level:        21
1&amp;gt;       [echo] ----------
1&amp;gt;       [echo] Creating output directories if needed...
1&amp;gt;      [mkdir] Created dir: D:\OneDrive\Documenten\Visual Studio 2013\Projects\Testmhu\Testmhu\AndroidProject\bin
1&amp;gt;      [mkdir] Created dir: D:\OneDrive\Documenten\Visual Studio 2013\Projects\Testmhu\Testmhu\AndroidProject\bin\res
1&amp;gt;      [mkdir] Created dir: D:\OneDrive\Documenten\Visual Studio 2013\Projects\Testmhu\Testmhu\AndroidProject\bin\rsObj
1&amp;gt;      [mkdir] Created dir: D:\OneDrive\Documenten\Visual Studio 2013\Projects\Testmhu\Testmhu\AndroidProject\bin\rsLibs
1&amp;gt;      [mkdir] Created dir: D:\OneDrive\Documenten\Visual Studio 2013\Projects\Testmhu\Testmhu\AndroidProject\gen
1&amp;gt;      [mkdir] Created dir: D:\OneDrive\Documenten\Visual Studio 2013\Projects\Testmhu\Testmhu\AndroidProject\bin\classes
1&amp;gt;      [mkdir] Created dir: D:\OneDrive\Documenten\Visual Studio 2013\Projects\Testmhu\Testmhu\AndroidProject\bin\dexedLibs
1&amp;gt;       [echo] ----------
1&amp;gt;       [echo] Resolving Dependencies for MainActivity...
1&amp;gt;  [dependency] Library dependencies:
1&amp;gt;  [dependency] No Libraries
1&amp;gt;  [dependency] 
1&amp;gt;  [dependency] ------------------
1&amp;gt;       [echo] ----------
1&amp;gt;       [echo] Building Libraries with 'debug'...
1&amp;gt;     [subant] No sub-builds to iterate on
1&amp;gt;  
1&amp;gt;  -code-gen:
1&amp;gt;  [mergemanifest] Merging AndroidManifest files into one.
1&amp;gt;  [mergemanifest] Manifest merger disabled. Using project manifest only.
1&amp;gt;       [echo] Handling aidl files...
1&amp;gt;       [aidl] No AIDL files to compile.
1&amp;gt;       [echo] ----------
1&amp;gt;       [echo] Handling RenderScript files...
1&amp;gt;       [echo] ----------
1&amp;gt;       [echo] Handling Resources...
1&amp;gt;       [aapt] Generating resource IDs...
1&amp;gt;       [echo] ----------
1&amp;gt;       [echo] Handling BuildConfig class...
1&amp;gt;  [buildconfig] Generating BuildConfig class.
1&amp;gt;  
1&amp;gt;  -pre-compile:
1&amp;gt;  
1&amp;gt;  -compile:
1&amp;gt;      [javac] Compiling 3 source files to D:\OneDrive\Documenten\Visual Studio 2013\Projects\Testmhu\Testmhu\AndroidProject\bin\classes
1&amp;gt;ANTBUILD : [javac] warning : [options] source value 1.5 is obsolete and will be removed in a future release
1&amp;gt;ANTBUILD : [javac] warning : [options] target value 1.5 is obsolete and will be removed in a future release
1&amp;gt;ANTBUILD : [javac] warning : [options] To suppress warnings about obsolete options, use -Xlint:-options.
1&amp;gt;      [javac] 3 warnings
1&amp;gt;  
1&amp;gt;  -post-compile:
1&amp;gt;  
1&amp;gt;  -obfuscate:
1&amp;gt;  
1&amp;gt;  -dex:
1&amp;gt;        [dex] input: D:\OneDrive\Documenten\Visual Studio 2013\Projects\Testmhu\Testmhu\AndroidProject\bin\classes
1&amp;gt;        [dex] Converting compiled files and external libraries into D:\OneDrive\Documenten\Visual Studio 2013\Projects\Testmhu\Testmhu\AndroidProject\bin\classes.dex...
1&amp;gt;         [dx] Error occurred during initialization of VM
1&amp;gt;         [dx] Could not reserve enough space for 1048576KB object heap
1&amp;gt;  
1&amp;gt;  BUILD FAILED
1&amp;gt;  C:\Intel\INDE\IDEintegration\SDK\tools\ant\build.xml:892: The following error occurred while executing this line:
1&amp;gt;  C:\Intel\INDE\IDEintegration\SDK\tools\ant\build.xml:894: The following error occurred while executing this line:
1&amp;gt;  C:\Intel\INDE\IDEintegration\SDK\tools\ant\build.xml:906: The following error occurred while executing this line:
1&amp;gt;  C:\Intel\INDE\IDEintegration\SDK\tools\ant\build.xml:283: null returned: 1
1&amp;gt;  
1&amp;gt;  Total time: 11 seconds
1&amp;gt;C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V120\Platforms\Android\Microsoft.Cpp.Android.targets(353,5): error MSB6006: "C:\Intel\INDE\IDEintegration\ANT\bin\ant.bat" exited with code 1.
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
&lt;/PRE&gt;

&lt;P&gt;&lt;STRONG&gt;__________&lt;/STRONG&gt;&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;EDIT:&lt;/STRONG&gt;&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;__________&lt;/STRONG&gt;&lt;/P&gt;

&lt;P&gt;Figured this one out as well! Opened the Oracle VM VirtualBox program and changed the heap size with a couple of gigabytes. This did the job, fixed all the errors and now I just - a few minutes ago - succesfully built and ran my first app with the Intel INDE! Very happy I got it working. Hope I can help others with this as well.&amp;nbsp;&lt;/P&gt;

&lt;P&gt;Thanks for the support!&lt;/P&gt;

&lt;P&gt;Marco.&lt;/P&gt;</description>
    <pubDate>Mon, 18 May 2015 19:02:00 GMT</pubDate>
    <dc:creator>Marco_M_2</dc:creator>
    <dc:date>2015-05-18T19:02:00Z</dc:date>
    <item>
      <title>Error MSB6006 when building Native Activity app</title>
      <link>https://community.intel.com/t5/Software-Archive/Error-MSB6006-when-building-Native-Activity-app/m-p/1004868#M31766</link>
      <description>&lt;P&gt;I'm following the "getting started" tutorial which guides you through setting up an Native Activity android app in Visual Studio (2013). However, when I start the emulator and build the app, I get the following error:&lt;/P&gt;

&lt;PRE class="brush:;"&gt;&lt;STRONG&gt;Error	 28	error MSB6006: "C:\Intel\INDE\IDEintegration\ANT\bin\ant.bat" exited with code 9020.	C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V120\Platforms\Android\Microsoft.Cpp.Android.targets	353	5	HelloWorld&lt;/STRONG&gt;
&lt;/PRE&gt;

&lt;P&gt;Anyone familiar with this? I can't find anywhere how to solve this.&lt;/P&gt;

&lt;P&gt;Hope someone can help me soon :)&lt;/P&gt;

&lt;P&gt;Best regards, Marco Maissan&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 16 May 2015 20:29:20 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Error-MSB6006-when-building-Native-Activity-app/m-p/1004868#M31766</guid>
      <dc:creator>Marco_M_2</dc:creator>
      <dc:date>2015-05-16T20:29:20Z</dc:date>
    </item>
    <item>
      <title>Anyone? I'm struggling with</title>
      <link>https://community.intel.com/t5/Software-Archive/Error-MSB6006-when-building-Native-Activity-app/m-p/1004869#M31767</link>
      <description>&lt;P&gt;Anyone? I'm struggling with this for quite a while now, can't figure out how to get it working..&lt;/P&gt;</description>
      <pubDate>Mon, 18 May 2015 10:08:57 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Error-MSB6006-when-building-Native-Activity-app/m-p/1004869#M31767</guid>
      <dc:creator>Marco_M_2</dc:creator>
      <dc:date>2015-05-18T10:08:57Z</dc:date>
    </item>
    <item>
      <title>Hi,</title>
      <link>https://community.intel.com/t5/Software-Archive/Error-MSB6006-when-building-Native-Activity-app/m-p/1004870#M31768</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;can you check if your classpath contains a path with spaces which are not surrounded with quotes (")? If this is the case please add the quotes to the classpath by changing the windows environment variable settings.&amp;nbsp;&lt;/P&gt;

&lt;P&gt;If this does not solve the issue, providing the full build log would be helpful.&amp;nbsp;&lt;/P&gt;

&lt;P&gt;Thanks,&lt;BR /&gt;
	Alex&lt;/P&gt;</description>
      <pubDate>Mon, 18 May 2015 11:11:16 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Error-MSB6006-when-building-Native-Activity-app/m-p/1004870#M31768</guid>
      <dc:creator>Alexander_W_Intel</dc:creator>
      <dc:date>2015-05-18T11:11:16Z</dc:date>
    </item>
    <item>
      <title>Hello Alex,</title>
      <link>https://community.intel.com/t5/Software-Archive/Error-MSB6006-when-building-Native-Activity-app/m-p/1004871#M31769</link>
      <description>&lt;P&gt;Hello Alex,&lt;/P&gt;

&lt;P&gt;Thanks for your reply! I added quotes to the full path, right now it (the path system variable) looks like this:&lt;/P&gt;

&lt;PRE class="brush:plain;"&gt;"C:\Intel\INDE\IDEintegration\SDK\tools";"C:\Intel\INDE\IDEintegration\SDK\platform-tools";"C:\Intel\INDE\media_sdk_6.0.0.349\bin\x64";"C:\Intel\INDE\media_sdk_6.0.0.349\bin\win32";"%INTELOCLPATH%;%INTELOCLSDKROOT%bin\Pin";"%INTELOCLSDKROOT%bin\GTPin";"C:\ProgramData\Oracle\Java\javapath";"C:\Program Files (x86)\Intel\iCLS Client\";"C:\Program Files\Intel\iCLS Client\";"C:\Program Files (x86)\NVIDIA Corporation\PhysX\Common";"%SystemRoot%\system32";"%SystemRoot%";"%SystemRoot%\System32\Wbem";"%SYSTEMROOT%\System32\WindowsPowerShell\v1.0\";"C:\Program Files (x86)\Windows Kits\8.1\Windows Performance Toolkit\";"C:\Program Files\Microsoft SQL Server\110\Tools\Binn\";"C:\Program Files\Microsoft\Web Platform Installer\;C:\Program Files (x86)\Microsoft SDKs\TypeScript\1.0\";"C:\Program Files\Microsoft SQL Server\120\Tools\Binn\";"C:\Program Files\Intel\Intel(R) Management Engine Components\DAL";"C:\Program Files\Intel\Intel(R) Management Engine Components\IPT";"C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\DAL";"C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\IPT";"C:\Program Files\nodejs\";"C:\Program Files (x86)\Skype\Phone\";"C:\Program Files (x86)\GtkSharp\2.12\bin";"C:\Intel\INDE\IDEintegration\ANT";"C:\Intel\INDE\IDEintegration\NDK\build\tools";"C:\Intel\INDE\IDEintegration\NDK&lt;/PRE&gt;

&lt;P&gt;And here is my build log:&lt;/P&gt;

&lt;PRE class="brush:plain;"&gt;1&amp;gt;------ Build started: Project: hello-gl2, Configuration: Debug Android ------
1&amp;gt;  Envvar: JAVA_HOME is set to 'C:\Program Files\Java\jdk1.8.0_45'
1&amp;gt;  Envvar: JAVA_OPTS is set to ''
1&amp;gt;  C:\Intel\INDE\IDEintegration\ANT\bin\ant.bat  debug
1&amp;gt;  The system cannot execute the specified program.
1&amp;gt;C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V120\Platforms\Android\Microsoft.Cpp.Android.targets(353,5): error MSB6006: "C:\Intel\INDE\IDEintegration\ANT\bin\ant.bat" exited with code 9020.
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========&lt;/PRE&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 18 May 2015 12:38:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Error-MSB6006-when-building-Native-Activity-app/m-p/1004871#M31769</guid>
      <dc:creator>Marco_M_2</dc:creator>
      <dc:date>2015-05-18T12:38:00Z</dc:date>
    </item>
    <item>
      <title>Hi Marco,</title>
      <link>https://community.intel.com/t5/Software-Archive/Error-MSB6006-when-building-Native-Activity-app/m-p/1004872#M31770</link>
      <description>&lt;P&gt;Hi Marco,&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;Can you try to open a command line and browse to the directory &amp;lt;solution folder&amp;gt;\AndroidAPK\ and execute: "&lt;/SPAN&gt;c:\Intel\INDE\IDEintegration\ANT\bin\ant.bat debug"? Please post the output.&amp;nbsp;&lt;/P&gt;

&lt;P&gt;On &lt;A href="https://software.intel.com/en-us/forums/topic/505749"&gt;an older thread&lt;/A&gt; a user had a similar issue and could solve it by renaming an old existing java.exe in&amp;nbsp;&lt;SPAN style="font-size: 12px; line-height: 18px;"&gt;windows\system32 .&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 12px; line-height: 18px;"&gt;Hope this helps!&lt;BR /&gt;
	Alex&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 18 May 2015 13:03:37 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Error-MSB6006-when-building-Native-Activity-app/m-p/1004872#M31770</guid>
      <dc:creator>Alexander_W_Intel</dc:creator>
      <dc:date>2015-05-18T13:03:37Z</dc:date>
    </item>
    <item>
      <title>http://gyazo.com</title>
      <link>https://community.intel.com/t5/Software-Archive/Error-MSB6006-when-building-Native-Activity-app/m-p/1004873#M31771</link>
      <description>&lt;P&gt;&lt;A href="http://gyazo.com/f5dbdbba3f94e324162852e4d9d4762a" target="_blank"&gt;http://gyazo.com/f5dbdbba3f94e324162852e4d9d4762a&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;"Het systeem kan het opgegeven pad niet vinden" means "The system can't find the given path" so I have no path called AndroidAPK in my solution. I do have a file called build.xml in the path "D:\OneDrive\Documenten\Visual Studio 2013\Projects\Test1\Test1\AndroidProject" so that's strange.&amp;nbsp;&lt;/P&gt;

&lt;P&gt;Is it possible do delete all the java sdk's and install the 32 bit version again? Maybe that helps but not sure if that's a smart thing to do.&amp;nbsp;&lt;BR /&gt;
	Sorry, I'm pretty new to all this stuff. Thanks for your help so far, really appreciate it!&lt;/P&gt;

&lt;P&gt;Marco&lt;/P&gt;</description>
      <pubDate>Mon, 18 May 2015 13:23:01 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Error-MSB6006-when-building-Native-Activity-app/m-p/1004873#M31771</guid>
      <dc:creator>Marco_M_2</dc:creator>
      <dc:date>2015-05-18T13:23:01Z</dc:date>
    </item>
    <item>
      <title>Okay I'm getting somewhere I</title>
      <link>https://community.intel.com/t5/Software-Archive/Error-MSB6006-when-building-Native-Activity-app/m-p/1004874#M31772</link>
      <description>&lt;P&gt;Okay I'm getting somewhere I think!! I figured out myself that I have multiple versions of the Java SDK installed and that the system variable was pointing to the 64 bit version, which should be the 32 bit version. Now I get the same ant.bat error, exited with code 1 this time. But it looks already way better! So for those who have the same errors, this might be a solution for you :)&lt;/P&gt;

&lt;P&gt;Here's my current build log, maybe someone can help solving this with me.&lt;/P&gt;

&lt;PRE class="brush:plain;"&gt;1&amp;gt;------ Build started: Project: Testmhu, Configuration: Debug Android ------
1&amp;gt;  Testmhu.vcxproj -&amp;gt; D:\OneDrive\Documenten\Visual Studio 2013\Projects\Testmhu\Android\Debug\Testmhu.so
1&amp;gt;  Envvar: JAVA_HOME is set to 'C:\Program Files (x86)\Java\jdk1.8.0_45'
1&amp;gt;  Envvar: JAVA_OPTS is set to ''
1&amp;gt;  C:\Intel\INDE\IDEintegration\ANT\bin\ant.bat  debug
1&amp;gt;  Buildfile: D:\OneDrive\Documenten\Visual Studio 2013\Projects\Testmhu\Testmhu\AndroidProject\build.xml
1&amp;gt;  
1&amp;gt;  -set-mode-check:
1&amp;gt;  
1&amp;gt;  -set-debug-files:
1&amp;gt;  
1&amp;gt;  -check-env:
1&amp;gt;   [checkenv] Android SDK Tools Revision 24.2.0
1&amp;gt;   [checkenv] Installed at C:\Intel\INDE\IDEintegration\SDK
1&amp;gt;  
1&amp;gt;  -setup:
1&amp;gt;       [echo] Project Name: MainActivity
1&amp;gt;    [gettype] Project Type: Application
1&amp;gt;  
1&amp;gt;  -set-debug-mode:
1&amp;gt;  
1&amp;gt;  -debug-obfuscation-check:
1&amp;gt;  
1&amp;gt;  -pre-build:
1&amp;gt;  
1&amp;gt;  -build-setup:
1&amp;gt;  [getbuildtools] Using latest Build Tools: 22.0.1
1&amp;gt;       [echo] Resolving Build Target for MainActivity...
1&amp;gt;  [gettarget] Project Target:   Android 5.0.1
1&amp;gt;  [gettarget] API level:        21
1&amp;gt;       [echo] ----------
1&amp;gt;       [echo] Creating output directories if needed...
1&amp;gt;      [mkdir] Created dir: D:\OneDrive\Documenten\Visual Studio 2013\Projects\Testmhu\Testmhu\AndroidProject\bin
1&amp;gt;      [mkdir] Created dir: D:\OneDrive\Documenten\Visual Studio 2013\Projects\Testmhu\Testmhu\AndroidProject\bin\res
1&amp;gt;      [mkdir] Created dir: D:\OneDrive\Documenten\Visual Studio 2013\Projects\Testmhu\Testmhu\AndroidProject\bin\rsObj
1&amp;gt;      [mkdir] Created dir: D:\OneDrive\Documenten\Visual Studio 2013\Projects\Testmhu\Testmhu\AndroidProject\bin\rsLibs
1&amp;gt;      [mkdir] Created dir: D:\OneDrive\Documenten\Visual Studio 2013\Projects\Testmhu\Testmhu\AndroidProject\gen
1&amp;gt;      [mkdir] Created dir: D:\OneDrive\Documenten\Visual Studio 2013\Projects\Testmhu\Testmhu\AndroidProject\bin\classes
1&amp;gt;      [mkdir] Created dir: D:\OneDrive\Documenten\Visual Studio 2013\Projects\Testmhu\Testmhu\AndroidProject\bin\dexedLibs
1&amp;gt;       [echo] ----------
1&amp;gt;       [echo] Resolving Dependencies for MainActivity...
1&amp;gt;  [dependency] Library dependencies:
1&amp;gt;  [dependency] No Libraries
1&amp;gt;  [dependency] 
1&amp;gt;  [dependency] ------------------
1&amp;gt;       [echo] ----------
1&amp;gt;       [echo] Building Libraries with 'debug'...
1&amp;gt;     [subant] No sub-builds to iterate on
1&amp;gt;  
1&amp;gt;  -code-gen:
1&amp;gt;  [mergemanifest] Merging AndroidManifest files into one.
1&amp;gt;  [mergemanifest] Manifest merger disabled. Using project manifest only.
1&amp;gt;       [echo] Handling aidl files...
1&amp;gt;       [aidl] No AIDL files to compile.
1&amp;gt;       [echo] ----------
1&amp;gt;       [echo] Handling RenderScript files...
1&amp;gt;       [echo] ----------
1&amp;gt;       [echo] Handling Resources...
1&amp;gt;       [aapt] Generating resource IDs...
1&amp;gt;       [echo] ----------
1&amp;gt;       [echo] Handling BuildConfig class...
1&amp;gt;  [buildconfig] Generating BuildConfig class.
1&amp;gt;  
1&amp;gt;  -pre-compile:
1&amp;gt;  
1&amp;gt;  -compile:
1&amp;gt;      [javac] Compiling 3 source files to D:\OneDrive\Documenten\Visual Studio 2013\Projects\Testmhu\Testmhu\AndroidProject\bin\classes
1&amp;gt;ANTBUILD : [javac] warning : [options] source value 1.5 is obsolete and will be removed in a future release
1&amp;gt;ANTBUILD : [javac] warning : [options] target value 1.5 is obsolete and will be removed in a future release
1&amp;gt;ANTBUILD : [javac] warning : [options] To suppress warnings about obsolete options, use -Xlint:-options.
1&amp;gt;      [javac] 3 warnings
1&amp;gt;  
1&amp;gt;  -post-compile:
1&amp;gt;  
1&amp;gt;  -obfuscate:
1&amp;gt;  
1&amp;gt;  -dex:
1&amp;gt;        [dex] input: D:\OneDrive\Documenten\Visual Studio 2013\Projects\Testmhu\Testmhu\AndroidProject\bin\classes
1&amp;gt;        [dex] Converting compiled files and external libraries into D:\OneDrive\Documenten\Visual Studio 2013\Projects\Testmhu\Testmhu\AndroidProject\bin\classes.dex...
1&amp;gt;         [dx] Error occurred during initialization of VM
1&amp;gt;         [dx] Could not reserve enough space for 1048576KB object heap
1&amp;gt;  
1&amp;gt;  BUILD FAILED
1&amp;gt;  C:\Intel\INDE\IDEintegration\SDK\tools\ant\build.xml:892: The following error occurred while executing this line:
1&amp;gt;  C:\Intel\INDE\IDEintegration\SDK\tools\ant\build.xml:894: The following error occurred while executing this line:
1&amp;gt;  C:\Intel\INDE\IDEintegration\SDK\tools\ant\build.xml:906: The following error occurred while executing this line:
1&amp;gt;  C:\Intel\INDE\IDEintegration\SDK\tools\ant\build.xml:283: null returned: 1
1&amp;gt;  
1&amp;gt;  Total time: 11 seconds
1&amp;gt;C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V120\Platforms\Android\Microsoft.Cpp.Android.targets(353,5): error MSB6006: "C:\Intel\INDE\IDEintegration\ANT\bin\ant.bat" exited with code 1.
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
&lt;/PRE&gt;

&lt;P&gt;&lt;STRONG&gt;__________&lt;/STRONG&gt;&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;EDIT:&lt;/STRONG&gt;&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;__________&lt;/STRONG&gt;&lt;/P&gt;

&lt;P&gt;Figured this one out as well! Opened the Oracle VM VirtualBox program and changed the heap size with a couple of gigabytes. This did the job, fixed all the errors and now I just - a few minutes ago - succesfully built and ran my first app with the Intel INDE! Very happy I got it working. Hope I can help others with this as well.&amp;nbsp;&lt;/P&gt;

&lt;P&gt;Thanks for the support!&lt;/P&gt;

&lt;P&gt;Marco.&lt;/P&gt;</description>
      <pubDate>Mon, 18 May 2015 19:02:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Error-MSB6006-when-building-Native-Activity-app/m-p/1004874#M31772</guid>
      <dc:creator>Marco_M_2</dc:creator>
      <dc:date>2015-05-18T19:02:00Z</dc:date>
    </item>
    <item>
      <title>Hi Marco,</title>
      <link>https://community.intel.com/t5/Software-Archive/Error-MSB6006-when-building-Native-Activity-app/m-p/1004875#M31773</link>
      <description>&lt;P&gt;Hi Marco,&lt;/P&gt;

&lt;P&gt;thanks for reporting back that you solved it now :-).&amp;nbsp;&lt;/P&gt;

&lt;P&gt;Alex&lt;/P&gt;</description>
      <pubDate>Tue, 19 May 2015 09:21:33 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Error-MSB6006-when-building-Native-Activity-app/m-p/1004875#M31773</guid>
      <dc:creator>Alexander_W_Intel</dc:creator>
      <dc:date>2015-05-19T09:21:33Z</dc:date>
    </item>
    <item>
      <title>OMG! what is this error? only</title>
      <link>https://community.intel.com/t5/Software-Archive/Error-MSB6006-when-building-Native-Activity-app/m-p/1004876#M31774</link>
      <description>&lt;P&gt;OMG! what is this error? only Visual Studio is happen, use Android Studio&lt;/P&gt;</description>
      <pubDate>Wed, 08 Jul 2015 16:59:54 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Error-MSB6006-when-building-Native-Activity-app/m-p/1004876#M31774</guid>
      <dc:creator>Sergio_J__C_</dc:creator>
      <dc:date>2015-07-08T16:59:54Z</dc:date>
    </item>
  </channel>
</rss>

