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.
Asked
Active
Viewed 468 times
1 Answers
1
Just add
-keep class android.support.** { *; }
to Proguard configuration file proguard-project.txt
!

user1995438
- 71
- 7