Software Archive
Read-only legacy content

Access the app build files

Stefan_B_2
Beginner
237 Views

Hi,

I need to enter the existing build files (apk at least).. 

I changed local code, saved it .. and can't figure out the previous - more correct - solution i had. I do not use git at the moment and cant rollback / or ctrl + z.  However the app code on my appviewer is still valid.. How can I access the app? (where are the apps stored on android?) .. 

second question: The build I creates .. they are available online somehow? .. how to download from build server .. ?

Thanks and with best regards,

Stefan

0 Kudos
1 Reply
Shahab_L_Intel
Employee
237 Views

 

Hi Stefan,

If you built the app using the XDK's build tab.  You can download the APK to your machine.  The APK is actually a zip file, so you can open it and find your source files.  If you did not build the app, but pushed it to the server and can see it running in Intel App Preview.  You can use CDT to debug your app and copy the source from there.  See this article: https://software.intel.com/en-us/xdk/docs/intel-xdk-debug-and-test-overview#RemoteChromeDevTools

 

 

0 Kudos
Reply