Add-ons? #421
-
I saw recently that a new feature in the nightly build called add-ons was recently added in AAID. after looking around stumbled upon the development page for additional app compatibility and saw that screen mirroring is one of the apps being worked on, how would I enable this? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
Indeed! Addons support is one of the new features being developed for the next version, to help allow other developers to easily build their own apps for the car. That repo contains several ideas and example implementations to help get started. To install the pre-built Addons, you'll look in the Commit Log to see the green checkmarks next to each commit. These will take you to the Github CI for that commit, and you'll find a Build Artifact attached. This Build Artifact will contain the APKs that were compiled as of that version of the code, which you can install to add the addon to the app. But remember, these are only simple samples! I welcome contributiona to them, but I can't devote very much time for handling feature requests. |
Beta Was this translation helpful? Give feedback.
-
Hi! Now my problem: Did i do something wrong or did i misunderstand something ?!? Thanks in advance |
Beta Was this translation helpful? Give feedback.
Indeed! Addons support is one of the new features being developed for the next version, to help allow other developers to easily build their own apps for the car. That repo contains several ideas and example implementations to help get started.
To install the pre-built Addons, you'll look in the Commit Log to see the green checkmarks next to each commit. These will take you to the Github CI for that commit, and you'll find a Build Artifact attached. This Build Artifact will contain the APKs that were compiled as of that version of the code, which you can install to add the addon to the app.
But remember, these are only simple samples! I welcome contributiona to them, but I can't devote ve…