ARC Pro

Upgrade to ARC Pro

Join the ARC Pro community and gain access to a wealth of resources and support, ensuring your robot's success.

PRO
USA
#1  

Quote:

without using ARC as an intermediary.
ARC is the software, Synthiam is the company behind App, Google Play is a digital distribution service operated and developed by Google. https://en.wikipedia.org/wiki/Google_Play

If you are asking if is possible to install Android applications directly from the PC ?  Yes is possible, if you search the internet you will find how to backup the apk from an Android, and how to install android apps. For security reasons, I don't recommend installing (sideloading) android apps from the PC or another unknown source. Unless you are an android developer user and it's a requirement to test the applications.

You will not receive new updates (i.e. bug fixes, new features), which can lead to bad user experience, e.g. complaining about something not working well, and the issue is already fixed in a new version. https://stackoverflow.com/questions/14746330/android-sideloading-applications-and-keep-them-up-to-date-via-google-play

#2  

Sorry, I don't think I articulated this well.

I want to build an app within ARC. Once it's done, I would like to export it, hang the downloadable APK on my website for friends to download and install (directly).

PRO
USA
#3   — Edited

No apology necessary.

Quote:

hang the downloadable APK on my website for friends to download and install
APK is an Android application,  an ARC application is not an APK. ARC APK (Android Application) is similar to an Spreadsheet application (Microsoft Excel, Apple Numbers), ARC application (project) is the Spreadsheet document.

If you know your Project file (EZB extension) you can make it available in your website  example:

https://raw.githubusercontent.com/ppedro74/ezrobot-playground/master/plugins/MiscUtilityPlugin/MiscUtilityPlugin/MiscUtilityPlugin.EZB

Url: MyProject

And your friend can download to the PC and if clicks in the file Windows opens the ARC application and your downloaded project (EZB) is loaded.

Afaik the mobile application does not implements that feature (Register the file type, and intent-filter), the only available option is the ARC store.

Only Synthiam can answer if qualifies for a feature request ...