Skip to content

thekirankumar/carstream-android-auto

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

* Fix for APK gen exception: com.android.dex.DexException

Set dexOptions.jumboMode = true; to mitigate an exception that
might be encountered when trying to generate a (signed?) APK:
"com.android.dex.DexException: Cannot merge new index 65536 into a non-jumbo instruction!"

Solution was taken from this stack overflow article:
https://stackoverflow.com/questions/26093664/dexexception-cannot-merge-new-index-65536-into-a-non-jumbo-instruction

* Fix build break from merge activity on PR#231

The compileOptions section of build.gradle ended up outside of the
'android' toplevel section, which caused CI tests to fail. I've
moved it back into the 'android' section and tried to line it up
with what PR#232 has so that future merge should be fine at this
spot.
e3922f8

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
January 1, 2018 22:53
January 6, 2018 14:21
January 2, 2018 11:56
January 1, 2018 22:55
June 23, 2018 09:50
January 24, 2018 09:52
January 1, 2018 22:53
January 1, 2018 22:53
January 1, 2018 22:53
January 1, 2018 22:53

June 2018 : If you own a ROOTED phone, go to the releases section to download v2.0.

Apr 2018 : Google has blocked all custom apps on Android Auto, hence this app won't work anymore.

youtube-android-auto Build Status

A youtube player for Android Auto. Please visit http://www.thekirankumar.com/blog/2017/12/29/play-youtube-video-android-auto-app/ for downloading the APK.

Credits

  1. Unofficial Android SDK https://github.com/martoreto/aauto-sdk Without this SDK this project wouldn't exist. Thanks to Martoreto for reverse engineering the Waze app and coming up with a easy to use SDK and a sample app.

  2. VideoEnabledWebview https://github.com/cprcrack/VideoEnabledWebView This webview makes fullscreen videos easy to implement.