-
Notifications
You must be signed in to change notification settings - Fork 166
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't run any of the sample in Android Device or Automotive emulator #17
Comments
Yup same problem here I reported in this issue #16, anyone can help us? They have updated last week to |
Same here. I am using Android Studio 2.4.1, but I still got the problem. |
@kokoro-team @yjm607 can someone help us with this? using 4.2.1 too |
Same here |
Try version 1.0.0 instead of 1.1.0-alpha01 or enable beta in playstore for android auto. |
Same here. And, I got the error message as below. |
From what I understood (and Google added to the readme) they released this new way of building automotive apps using Screens/templates but then they don't have a public Host to render these templates available yet. Basically, the new automotive apps based on Screens/Templates (instead of activities/fragments) will not run on android automotive emulators for god knows how long? Find this really weird, how do we test the apps then? Would be good if someone from Google Automotive team would help us, or reply to any issues 🤔 |
This comment is not a solution to running apps on the Android Automotive OS Emulators. I ran into the same issue noted above, running the app in the emulator yields a message to update. If one is trying to get the apps to simply run, the way forward is to use the Desktop Head Unit(DHU).
|
There have a new different error when running the sample app on the latest AAOS emulator (api level 31 reversion 2), as below is the error logs: the error screenshot is still the top issue presented. the error on the aaos for API level 31 reversion 1 as below: so, I guess that the render service has been implemented on the latest AAOS build, but something is still wrong, |
The sample app works on the AAOS after updating the Host App to the latest via the Play store, You can try the README file section for details: Run the Automotive Apps in the Automotive OS Emulator, special the update guide. |
The text was updated successfully, but these errors were encountered: