car-samples icon indicating copy to clipboard operation
car-samples copied to clipboard

Multiple samples showing best practices for car app development on both Android Auto and Android Automotive OS.

Results 37 car-samples issues
Sort by recently updated
recently updated
newest added

I just create sample project for android automotive OS in which i just display "Hello World" text, but the issue is when i install my apk on emulator (Polestar 2)...

hello world run on automotive ematulor it have info system requires update info

For CarGearViewerKotlin it is impossible to access to android.car package. After adding useLibrary `'android.car'` to build.gradle of app module it started building and running on emulator, but Android Studio still...

There is one question. Templates provided by the Android for Cars App Library currently only support apps for "navigation, parking, charging", but are there any plans to add Templates for...

I would like to implement ["Incoming messages"](https://developers.google.com/cars/design/android-auto/apps/incoming-messages?hl=ja) and ["Saved messages"](https://developers.google.com/cars/design/android-auto/apps/saved-messages?hl=ja). Is there a github project that explains the detailed implementation? I tested the execution of the app based on the...

Hi, I am playing with the automotive library and I managed to run all the examples and created a project with the templates. I noticed that using the PlaceListMapTemplate displays...

Any thoughts why I can only get 4 properties? CarPropertyConfig{mPropertyId= 287310850 > PARKING_BRAKE_ON CarPropertyConfig{mPropertyId= 289408000 > GEAR_SELECTION CarPropertyConfig{mPropertyId= 289408001 > CURRENT_GEAR CarPropertyConfig{mPropertyId= 289408009 > IGNITION_STATE When I list all properties,...

I am integrating Android Auto Car Library for my navigation application. i have implemented navigation template successfully but stuck in integrating third party maps sdk(Like here maps, mapbox etc) as...

Executing tasks: [:helloworld:automotive:assembleDebug] in project D:\car_app_library Starting Gradle Daemon... Gradle Daemon started in 2 s 665 ms > Task :helloworld:automotive:preBuild UP-TO-DATE > Task :helloworld:automotive:preDebugBuild UP-TO-DATE > Task :helloworld:automotive:javaPreCompileDebug UP-TO-DATE >...

I'm facing a build issue for every module: ```* What went wrong: Execution failed for task ':helloworld:common:compileDebugJavaWithJavac'. > Failed to calculate the value of task ':helloworld:common:compileDebugJavaWithJavac' property 'options.generatedSourceOutputDirectory'. > Querying...