0

When I export a Signed Application Package for a Chromecast application with Eclipse by using Proguard it crashes when I execute it on target devices.

1 Answers1

1

Just add

-keep class android.support.** { *; }

to Proguard configuration file proguard-project.txt!