R8 and Proguard Rules
问题 I am using https://github.com/amalChandran/trail-android this library in my android project. The animation was working perfectly fine. But, after enabling R8, the animation is not working. The library does not have any Proguard suggestion. I added the following block in one of my method, googleMap.setOnMapLoadedCallback(() -> { Route normalOverlayPolyline = new Route.Builder(mRouteOverlayView) .setRouteType(RouteType.PATH) .setCameraPosition(mMap.getCameraPosition()) .setProjection(mMap