<?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 Test functionality without builting APKs in Software Archive</title>
    <link>https://community.intel.com/t5/Software-Archive/Test-functionality-without-builting-APKs/m-p/1117922#M74824</link>
    <description>&lt;P&gt;I am using Sound plugins and everytime I had to built apk then install it to test them !!&lt;/P&gt;

&lt;P&gt;What is alternative to this to check functionalty of apps ?&lt;/P&gt;</description>
    <pubDate>Tue, 30 May 2017 14:38:05 GMT</pubDate>
    <dc:creator>Mohit_K_</dc:creator>
    <dc:date>2017-05-30T14:38:05Z</dc:date>
    <item>
      <title>Test functionality without builting APKs</title>
      <link>https://community.intel.com/t5/Software-Archive/Test-functionality-without-builting-APKs/m-p/1117922#M74824</link>
      <description>&lt;P&gt;I am using Sound plugins and everytime I had to built apk then install it to test them !!&lt;/P&gt;

&lt;P&gt;What is alternative to this to check functionalty of apps ?&lt;/P&gt;</description>
      <pubDate>Tue, 30 May 2017 14:38:05 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Test-functionality-without-builting-APKs/m-p/1117922#M74824</guid>
      <dc:creator>Mohit_K_</dc:creator>
      <dc:date>2017-05-30T14:38:05Z</dc:date>
    </item>
    <item>
      <title>If you are using a third</title>
      <link>https://community.intel.com/t5/Software-Archive/Test-functionality-without-builting-APKs/m-p/1117923#M74825</link>
      <description>&lt;P&gt;If you are using a third-party plugin, that is the only alternative. However, if you are just making small modifications to your app (for testing), you do not need to rebuild and reinstall for each test, you can use the JavaScript console to redefine functions and perform tests. See the note at the bottom of this page &amp;gt; &lt;A href="https://software.intel.com/en-us/xdk/docs/using-remote-chrome-devtools-to-debug-android-cordova-apps" target="_blank"&gt;https://software.intel.com/en-us/xdk/docs/using-remote-chrome-devtools-to-debug-android-cordova-apps&lt;/A&gt; &amp;lt; that references a video showing how to perform that sort of debugging, reproduced here:&lt;/P&gt;

&lt;BLOCKQUOTE&gt;
	&lt;P&gt;&lt;SPAN style="color: rgb(102, 102, 102); font-family: Arial, Tahoma, Helvetica, sans-serif; font-size: 13px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: rgb(230, 230, 230); text-decoration-style: initial; text-decoration-color: initial; display: inline !important; float: none;"&gt;Debugging a built app does not require rebuilding your app to test changes or experiment with your code. The best debugging experience will come from taking advantage of the interactive JavaScript console to redefine functions within your app and then run those redefined functions directly from the console or restart your app, in situ, using the &lt;/SPAN&gt;&lt;CODE style="box-sizing: border-box; font-family: &amp;quot;Courier New&amp;quot;, Courier, monospace; font-size: 13px; line-height: 1.6em; color: rgb(102, 102, 102); font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration-style: initial; text-decoration-color: initial;"&gt;window.location.reload()&lt;/CODE&gt;&lt;SPAN style="color: rgb(102, 102, 102); font-family: Arial, Tahoma, Helvetica, sans-serif; font-size: 13px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: rgb(230, 230, 230); text-decoration-style: initial; text-decoration-color: initial; display: inline !important; float: none;"&gt; function. An example of using this technique can be &lt;/SPAN&gt;&lt;A href="https://software.intel.com/en-us/videos/using-the-test-tab" style="box-sizing: border-box; color: rgb(0, 113, 197); text-decoration: none; font-family: Arial, Tahoma, Helvetica, sans-serif; font-size: 13px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px;"&gt;seen in this video, starting at about 18:30&lt;/A&gt;&lt;SPAN style="color: rgb(102, 102, 102); font-family: Arial, Tahoma, Helvetica, sans-serif; font-size: 13px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: rgb(230, 230, 230); text-decoration-style: initial; text-decoration-color: initial; display: inline !important; float: none;"&gt;. The video is demonstrating the use of the weinre debugger, but the debugging techniques can also be applied to remote CDT and remote Web Inspector when debugging a built app.&lt;/SPAN&gt;&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;</description>
      <pubDate>Tue, 30 May 2017 16:35:04 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Test-functionality-without-builting-APKs/m-p/1117923#M74825</guid>
      <dc:creator>PaulF_IntelCorp</dc:creator>
      <dc:date>2017-05-30T16:35:04Z</dc:date>
    </item>
  </channel>
</rss>

