Skip to content

Instantly share code, notes, and snippets.

@JonDouglas
Created July 21, 2017 04:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save JonDouglas/fe19e8e7be658779e8b68b90c8fc7aad to your computer and use it in GitHub Desktop.
Save JonDouglas/fe19e8e7be658779e8b68b90c8fc7aad to your computer and use it in GitHub Desktop.
Proguard Task
1>Task "Proguard" (TaskId:247)
1> Task Parameter:ProguardJarPath=C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\MSBuild\Xamarin\Android\proguard\lib\proguard.jar (TaskId:247)
1> Task Parameter:AndroidSdkDirectory=C:\Android\android-sdk\ (TaskId:247)
1> Task Parameter:JavaToolPath=C:\Program Files\Java\jdk1.8.0_102\\bin (TaskId:247)
1> Task Parameter:ProguardToolPath=C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\MSBuild\Xamarin\Android\proguard\ (TaskId:247)
1> Task Parameter:JavaPlatformJarPath=C:\Android\android-sdk\platforms\android-25\android.jar (TaskId:247)
1> Task Parameter:ClassesOutputDirectory=obj\Release\android\bin\classes (TaskId:247)
1> Task Parameter:AcwMapFile=obj\Release\acw-map.txt (TaskId:247)
1> Task Parameter:ProguardCommonXamarinConfiguration=obj\Release\proguard\proguard_xamarin.cfg (TaskId:247)
1> Task Parameter:ProguardGeneratedReferenceConfiguration=obj\Release\proguard\proguard_project_references.cfg (TaskId:247)
1> Task Parameter:ProguardGeneratedApplicationConfiguration=obj\Release\proguard\proguard_project_primary.cfg (TaskId:247)
1> Task Parameter:ProguardConfigurationFiles=
1> {sdk.dir}tools\proguard\proguard-android.txt;
1> {intermediate.common.xamarin};
1> {intermediate.references};
1> {intermediate.application};
1> Proguard.cfg;
1> (TaskId:247)
1> Task Parameter:
1> JavaLibrariesToEmbed=
1> C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\Common7\IDE\ReferenceAssemblies\Microsoft\Framework\MonoAndroid\v7.1\mono.android.jar
1> obj\Release\__library_projects__\Xamarin.Android.Support.Animated.Vector.Drawable\library_project_imports\classes.jar
1> obj\Release\__library_projects__\Xamarin.Android.Support.Compat\library_project_imports\classes.jar
1> obj\Release\__library_projects__\Xamarin.Android.Support.Core.UI\library_project_imports\classes.jar
1> obj\Release\__library_projects__\Xamarin.Android.Support.Core.Utils\library_project_imports\classes.jar
1> obj\Release\__library_projects__\Xamarin.Android.Support.Design\library_project_imports\classes.jar
1> obj\Release\__library_projects__\Xamarin.Android.Support.Fragment\library_project_imports\classes.jar
1> obj\Release\__library_projects__\Xamarin.Android.Support.Media.Compat\library_project_imports\classes.jar
1> obj\Release\__library_projects__\Xamarin.Android.Support.Transition\library_project_imports\classes.jar
1> obj\Release\__library_projects__\Xamarin.Android.Support.v7.AppCompat\library_project_imports\classes.jar
1> obj\Release\__library_projects__\Xamarin.Android.Support.v7.RecyclerView\library_project_imports\classes.jar
1> obj\Release\__library_projects__\Xamarin.Android.Support.Vector.Drawable\library_project_imports\classes.jar (TaskId:247)
1> Task Parameter:DoNotPackageJavaLibraries=support-annotations.jar (TaskId:247)
1> Task Parameter:ProguardJarInput=obj\Release\proguard\__proguard_input__.jar (TaskId:247)
1> Task Parameter:ProguardJarOutput=obj\Release\proguard\__proguard_output__.jar (TaskId:247)
1> Task Parameter:DumpOutput=obj\Release\proguard\dump.txt (TaskId:247)
1> Task Parameter:PrintSeedsOutput=obj\Release\proguard\seeds.txt (TaskId:247)
1> Task Parameter:PrintUsageOutput=obj\Release\proguard\usage.txt (TaskId:247)
1> Task Parameter:PrintMappingOutput=obj\Release\proguard\mapping.txt (TaskId:247)
1> Proguard (TaskId:247)
1> AndroidSdkDirectory: C:\Android\android-sdk\ (TaskId:247)
1> JavaPlatformJarPath: C:\Android\android-sdk\platforms\android-25\android.jar (TaskId:247)
1> ClassesOutputDirectory: obj\Release\android\bin\classes (TaskId:247)
1> AcwMapFile: obj\Release\acw-map.txt (TaskId:247)
1> ProguardGeneratedApplicationConfiguration: obj\Release\proguard\proguard_project_primary.cfg (TaskId:247)
1> ProguardJarInput: obj\Release\proguard\__proguard_input__.jar (TaskId:247)
1> ProguardJarOutput: obj\Release\proguard\__proguard_output__.jar (TaskId:247)
1> ProguardGeneratedReferenceConfiguration: (TaskId:247)
1> obj\Release\proguard\proguard_project_references.cfg (TaskId:247)
1> ProguardGeneratedApplicationConfiguration: (TaskId:247)
1> obj\Release\proguard\proguard_project_primary.cfg (TaskId:247)
1> ProguardCommonXamarinConfiguration: (TaskId:247)
1> obj\Release\proguard\proguard_xamarin.cfg (TaskId:247)
1> ProguardConfigurationFiles: (TaskId:247)
1>
1> {sdk.dir}tools\proguard\proguard-android.txt;
1> {intermediate.common.xamarin};
1> {intermediate.references};
1> {intermediate.application};
1> Proguard.cfg;
1> (TaskId:247)
1> ExternalJavaLibraries: (TaskId:247)
1> DoNotPackageJavaLibraries: (TaskId:247)
1> support-annotations.jar (TaskId:247)
1> UseProguard: False (TaskId:247)
1> EnableLogging: False (TaskId:247)
1> DumpOutput: obj\Release\proguard\dump.txt (TaskId:247)
1> PrintSeedsOutput: obj\Release\proguard\seeds.txt (TaskId:247)
1> PrintMappingOutput: obj\Release\proguard\mapping.txt (TaskId:247)
1> Environment Variables passed to tool: (TaskId:247)
1> PROGUARD_HOME=C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\MSBuild\Xamarin\Android\proguard (TaskId:247)
1> JAVA_TOOL_OPTIONS=-Dfile.encoding=UTF8 (TaskId:247)
1> C:\Program Files\Java\jdk1.8.0_102\\bin\java.exe -jar "C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\MSBuild\Xamarin\Android\proguard\lib\proguard.jar" -include C:\Android\android-sdk\\tools\proguard\proguard-android.txt -include obj\Release\proguard\proguard_xamarin.cfg -include obj\Release\proguard\proguard_project_references.cfg -include obj\Release\proguard\proguard_project_primary.cfg -include Proguard.cfg "-injars 'obj\Release\proguard\__proguard_input__.jar';'C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\Common7\IDE\ReferenceAssemblies\Microsoft\Framework\MonoAndroid\v7.1\mono.android.jar';'obj\Release\__library_projects__\Xamarin.Android.Support.Animated.Vector.Drawable\library_project_imports\classes.jar';'obj\Release\__library_projects__\Xamarin.Android.Support.Compat\library_project_imports\classes.jar';'obj\Release\__library_projects__\Xamarin.Android.Support.Core.UI\library_project_imports\classes.jar';'obj\Release\__library_projects__\Xamarin.Android.Support.Core.Utils\library_project_imports\classes.jar';'obj\Release\__library_projects__\Xamarin.Android.Support.Design\library_project_imports\classes.jar';'obj\Release\__library_projects__\Xamarin.Android.Support.Fragment\library_project_imports\classes.jar';'obj\Release\__library_projects__\Xamarin.Android.Support.Media.Compat\library_project_imports\classes.jar';'obj\Release\__library_projects__\Xamarin.Android.Support.Transition\library_project_imports\classes.jar';'obj\Release\__library_projects__\Xamarin.Android.Support.v7.AppCompat\library_project_imports\classes.jar';'obj\Release\__library_projects__\Xamarin.Android.Support.v7.RecyclerView\library_project_imports\classes.jar';'obj\Release\__library_projects__\Xamarin.Android.Support.Vector.Drawable\library_project_imports\classes.jar'" "-libraryjars 'C:\Android\android-sdk\platforms\android-25\android.jar'" -outjars "obj\Release\proguard\__proguard_output__.jar" -optimizations !code/allocation/variable (TaskId:247)
1> ProGuard, version 5.3.2 (TaskId:247)
1> Note: the configuration doesn't specify which class members to keep for class 'android.support.transition.Transition$TransitionListener' (TaskId:247)
1> Note: the configuration doesn't specify which class members to keep for class 'mono.android.support.transition.Transition_TransitionListenerImplementor' (TaskId:247)
1> Note: the configuration doesn't specify which class members to keep for class 'android.support.transition.Visibility' (TaskId:247)
1> Note: the configuration doesn't specify which class members to keep for class 'android.support.design.widget.AppBarLayout$LayoutParams$ScrollFlags' (TaskId:247)
1> Note: the configuration doesn't specify which class members to keep for class 'android.support.design.widget.AppBarLayout$OnOffsetChangedListener' (TaskId:247)
1> Note: the configuration doesn't specify which class members to keep for class 'mono.android.support.design.widget.AppBarLayout_OnOffsetChangedListenerImplementor' (TaskId:247)
1> Note: the configuration doesn't specify which class members to keep for class 'android.support.design.widget.CoordinatorLayout$Behavior' (TaskId:247)
1> Note: the configuration doesn't specify which class members to keep for class 'android.support.design.widget.CoordinatorLayout$DefaultBehavior' (TaskId:247)
1> Note: the configuration doesn't specify which class members to keep for class 'android.support.design.widget.CoordinatorLayout$DispatchChangeEvent' (TaskId:247)
1> Note: the configuration doesn't specify which class members to keep for class 'android.support.design.widget.FloatingActionButton$OnVisibilityChangedListener' (TaskId:247)
1> Note: the configuration doesn't specify which class members to keep for class 'android.support.design.widget.FloatingActionButton$Size' (TaskId:247)
1> Note: the configuration doesn't specify which class members to keep for class 'android.support.design.widget.TabLayout$Mode' (TaskId:247)
1> Note: the configuration doesn't specify which class members to keep for class 'android.support.design.widget.TabLayout$OnTabSelectedListener' (TaskId:247)
1> Note: the configuration doesn't specify which class members to keep for class 'mono.android.support.design.widget.TabLayout_OnTabSelectedListenerImplementor' (TaskId:247)
1> Note: the configuration doesn't specify which class members to keep for class 'android.support.design.widget.TabLayout$TabGravity' (TaskId:247)
1> Note: the configuration doesn't specify which class members to keep for class 'android.support.design.widget.TextInputLayout$SavedState' (TaskId:247)
1> Note: the configuration doesn't specify which class members to keep for class 'android.support.design.widget.BaseTransientBottomBar$BaseCallback$DismissEvent' (TaskId:247)
1> Note: the configuration doesn't specify which class members to keep for class 'android.support.design.widget.BaseTransientBottomBar$BaseCallback' (TaskId:247)
1> Note: the configuration doesn't specify which class members to keep for class 'android.support.design.widget.BaseTransientBottomBar$Behavior' (TaskId:247)
1> Note: the configuration doesn't specify which class members to keep for class 'android.support.design.widget.BaseTransientBottomBar$ContentViewCallback' (TaskId:247)
1> Note: the configuration doesn't specify which class members to keep for class 'android.support.design.widget.BaseTransientBottomBar$Duration' (TaskId:247)
1> Note: the configuration doesn't specify which class members to keep for class 'android.support.design.widget.BaseTransientBottomBar$SnackbarBaseLayout' (TaskId:247)
1> Note: the configuration doesn't specify which class members to keep for class 'android.support.design.widget.BaseTransientBottomBar' (TaskId:247)
1> Note: the configuration doesn't specify which class members to keep for class 'android.support.design.widget.BottomNavigationView$OnNavigationItemReselectedListener' (TaskId:247)
1> Note: the configuration doesn't specify which class members to keep for class 'mono.android.support.design.widget.BottomNavigationView_OnNavigationItemReselectedListenerImplementor' (TaskId:247)
1> Note: the configuration doesn't specify which class members to keep for class 'android.support.design.widget.BottomNavigationView$OnNavigationItemSelectedListener' (TaskId:247)
1> Note: the configuration doesn't specify which class members to keep for class 'mono.android.support.design.widget.BottomNavigationView_OnNavigationItemSelectedListenerImplementor' (TaskId:247)
1> Note: the configuration doesn't specify which class members to keep for class 'android.support.design.widget.BottomSheetBehavior$State' (TaskId:247)
1> Note: the configuration doesn't specify which class members to keep for class 'android.support.design.widget.HeaderBehavior' (TaskId:247)
1> Note: the configuration doesn't specify which class members to keep for class 'android.support.design.widget.HeaderScrollingViewBehavior' (TaskId:247)
1> Note: the configuration doesn't specify which class members to keep for class 'android.support.design.widget.ShadowViewDelegate' (TaskId:247)
1> Note: the configuration doesn't specify which class members to keep for class 'android.support.design.widget.NavigationView$OnNavigationItemSelectedListener' (TaskId:247)
1> Note: the configuration doesn't specify which class members to keep for class 'mono.android.support.design.widget.NavigationView_OnNavigationItemSelectedListenerImplementor' (TaskId:247)
1> Note: the configuration doesn't specify which class members to keep for class 'android.support.design.widget.SwipeDismissBehavior$OnDismissListener' (TaskId:247)
1> Note: the configuration doesn't specify which class members to keep for class 'mono.android.support.design.widget.SwipeDismissBehavior_OnDismissListenerImplementor' (TaskId:247)
1> Note: the configuration doesn't specify which class members to keep for class 'android.support.graphics.drawable.Animatable2Compat$AnimationCallback' (TaskId:247)
1> Note: the configuration doesn't specify which class members to keep for class 'android.support.graphics.drawable.Animatable2Compat' (TaskId:247)
1> Note: the configuration doesn't specify which class members to keep for class 'android.support.v7.widget.Toolbar$OnMenuItemClickListener' (TaskId:247)
1> Note: the configuration doesn't specify which class members to keep for class 'mono.android.support.v7.widget.Toolbar_OnMenuItemClickListenerImplementor' (TaskId:247)
1> Note: the configuration doesn't specify which class members to keep for class 'android.support.v7.widget.ActionMenuView$ActionMenuChildView' (TaskId:247)
1> Note: the configuration doesn't specify which class members to keep for class 'android.support.v7.widget.ActionMenuView$OnMenuItemClickListener' (TaskId:247)
1> Note: the configuration doesn't specify which class members to keep for class 'mono.android.support.v7.widget.ActionMenuView_OnMenuItemClickListenerImplementor' (TaskId:247)
1> Note: the configuration doesn't specify which class members to keep for class 'android.support.v7.app.ActionBar$DisplayOptions' (TaskId:247)
1> Note: the configuration doesn't specify which class members to keep for class 'android.support.v7.app.ActionBar$NavigationMode' (TaskId:247)
1> Note: the configuration doesn't specify which class members to keep for class 'android.support.v7.app.ActionBar$OnMenuVisibilityListener' (TaskId:247)
1> Note: the configuration doesn't specify which class members to keep for class 'mono.android.support.v7.app.ActionBar_OnMenuVisibilityListenerImplementor' (TaskId:247)
1> Note: the configuration doesn't specify which class members to keep for class 'android.support.v7.app.ActionBar$OnNavigationListener' (TaskId:247)
1> Note: the configuration doesn't specify which class members to keep for class 'mono.android.support.v7.app.ActionBar_OnNavigationListenerImplementor' (TaskId:247)
1> Note: the configuration doesn't specify which class members to keep for class 'android.support.v7.app.ActionBar$TabListener' (TaskId:247)
1> Note: the configuration doesn't specify which class members to keep for class 'mono.android.support.v7.app.ActionBar_TabListenerImplementor' (TaskId:247)
1> Note: the configuration doesn't specify which class members to keep for class 'android.support.v7.app.ActionBarDrawerToggle$Delegate' (TaskId:247)
1> Note: the configuration doesn't specify which class members to keep for class 'android.support.v7.app.ActionBarDrawerToggle$DelegateProvider' (TaskId:247)
1> Note: the configuration doesn't specify which class members to keep for class 'android.support.v7.app.AppCompatDelegate$NightMode' (TaskId:247)
1> Note: the configuration doesn't specify which class members to keep for class 'android.support.v7.app.AppCompatCallback' (TaskId:247)
1> Note: the configuration doesn't specify which class members to keep for class 'android.support.v7.graphics.drawable.DrawerArrowDrawable$ArrowDirection' (TaskId:247)
1> Note: the configuration doesn't specify which class members to keep for class 'android.support.v7.view.ActionMode$Callback' (TaskId:247)
1> Note: the configuration doesn't specify which class members to keep for class 'android.support.v7.view.CollapsibleActionView' (TaskId:247)
1> Note: the configuration doesn't specify which class members to keep for class 'android.support.v7.view.menu.MenuHelper' (TaskId:247)
1> Note: the configuration doesn't specify which class members to keep for class 'android.support.v7.view.menu.MenuPresenter$Callback' (TaskId:247)
1> Note: the configuration doesn't specify which class members to keep for class 'android.support.v7.view.menu.MenuPresenter' (TaskId:247)
1> Note: the configuration doesn't specify which class members to keep for class 'android.support.v7.view.menu.MenuView$ItemView' (TaskId:247)
1> Note: the configuration doesn't specify which class members to keep for class 'android.support.v7.view.menu.MenuView' (TaskId:247)
1> Note: the configuration doesn't specify which class members to keep for class 'android.support.v7.view.menu.ShowableListMenu' (TaskId:247)
1> Note: the configuration doesn't specify which class members to keep for class 'android.support.v7.view.menu.MenuBuilder$Callback' (TaskId:247)
1> Note: the configuration doesn't specify which class members to keep for class 'android.support.v7.view.menu.MenuBuilder$ItemInvoker' (TaskId:247)
1> Note: the configuration doesn't specify which class members to keep for class 'android.support.v7.widget.ActionBarOverlayLayout$ActionBarVisibilityCallback' (TaskId:247)
1> Note: the configuration doesn't specify which class members to keep for class 'android.support.v7.widget.AppCompatDrawableManager$InflateDelegate' (TaskId:247)
1> Note: the configuration doesn't specify which class members to keep for class 'android.support.v7.widget.ContentFrameLayout$OnAttachListener' (TaskId:247)
1> Note: the configuration doesn't specify which class members to keep for class 'mono.android.support.v7.widget.ContentFrameLayout_OnAttachListenerImplementor' (TaskId:247)
1> Note: the configuration doesn't specify which class members to keep for class 'android.support.v7.widget.DecorContentParent' (TaskId:247)
1> Note: the configuration doesn't specify which class members to keep for class 'android.support.v7.widget.DecorToolbar' (TaskId:247)
1> Note: the configuration doesn't specify which class members to keep for class 'android.support.v7.widget.FitWindowsViewGroup$OnFitSystemWindowsListener' (TaskId:247)
1> Note: the configuration doesn't specify which class members to keep for class 'mono.android.support.v7.widget.FitWindowsViewGroup_OnFitSystemWindowsListenerImplementor' (TaskId:247)
1> Note: the configuration doesn't specify which class members to keep for class 'android.support.v7.widget.FitWindowsViewGroup' (TaskId:247)
1> Note: the configuration doesn't specify which class members to keep for class 'android.support.v7.widget.MenuItemHoverListener' (TaskId:247)
1> Note: the configuration doesn't specify which class members to keep for class 'mono.android.support.v7.widget.MenuItemHoverListenerImplementor' (TaskId:247)
1> Note: the configuration doesn't specify which class members to keep for class 'android.support.v7.widget.ThemedSpinnerAdapter' (TaskId:247)
1> Note: the configuration doesn't specify which class members to keep for class 'android.support.v7.widget.LinearLayoutCompat$DividerMode' (TaskId:247)
1> Note: the configuration doesn't specify which class members to keep for class 'android.support.v7.widget.LinearLayoutCompat$OrientationMode' (TaskId:247)
1> Note: the configuration doesn't specify which class members to keep for class 'android.support.v7.widget.PopupMenu$OnDismissListener' (TaskId:247)
1> Note: the configuration doesn't specify which class members to keep for class 'mono.android.support.v7.widget.PopupMenu_OnDismissListenerImplementor' (TaskId:247)
1> Note: the configuration doesn't specify which class members to keep for class 'android.support.v7.widget.PopupMenu$OnMenuItemClickListener' (TaskId:247)
1> Note: the configuration doesn't specify which class members to keep for class 'mono.android.support.v7.widget.PopupMenu_OnMenuItemClickListenerImplementor' (TaskId:247)
1> Note: the configuration doesn't specify which class members to keep for class 'android.support.v7.widget.SearchView$OnCloseListener' (TaskId:247)
1> Note: the configuration doesn't specify which class members to keep for class 'mono.android.support.v7.widget.SearchView_OnCloseListenerImplementor' (TaskId:247)
1> Note: the configuration doesn't specify which class members to keep for class 'android.support.v7.widget.SearchView$OnQueryTextListener' (TaskId:247)
1> Note: the configuration doesn't specify which class members to keep for class 'mono.android.support.v7.widget.SearchView_OnQueryTextListenerImplementor' (TaskId:247)
1> Note: the configuration doesn't specify which class members to keep for class 'android.support.v7.widget.SearchView$OnSuggestionListener' (TaskId:247)
1> Note: the configuration doesn't specify which class members to keep for class 'mono.android.support.v7.widget.SearchView_OnSuggestionListenerImplementor' (TaskId:247)
1> Note: the configuration doesn't specify which class members to keep for class 'android.support.v7.widget.ShareActionProvider$OnShareTargetSelectedListener' (TaskId:247)
1> Note: the configuration doesn't specify which class members to keep for class 'mono.android.support.v7.widget.ShareActionProvider_OnShareTargetSelectedListenerImplementor' (TaskId:247)
1> Note: the configuration doesn't specify which class members to keep for class 'android.support.v7.widget.ViewStubCompat$OnInflateListener' (TaskId:247)
1> Note: the configuration doesn't specify which class members to keep for class 'mono.android.support.v7.widget.ViewStubCompat_OnInflateListenerImplementor' (TaskId:247)
1> Note: the configuration doesn't specify which class members to keep for class 'android.support.v4.widget.SwipeRefreshLayout$OnChildScrollUpCallback' (TaskId:247)
1> Note: the configuration doesn't specify which class members to keep for class 'android.support.v4.widget.SwipeRefreshLayout$OnRefreshListener' (TaskId:247)
1> Note: the configuration doesn't specify which class members to keep for class 'mono.android.support.v4.widget.SwipeRefreshLayout_OnRefreshListenerImplementor' (TaskId:247)
1> Note: the configuration doesn't specify which class members to keep for class 'android.support.v4.app.ActionBarDrawerToggle$ActionBarDrawerToggleImpl' (TaskId:247)
1> Note: the configuration doesn't specify which class members to keep for class 'android.support.v4.app.ActionBarDrawerToggle$Delegate' (TaskId:247)
1> Note: the configuration doesn't specify which class members to keep for class 'android.support.v4.app.ActionBarDrawerToggle$DelegateProvider' (TaskId:247)
1> Note: the configuration doesn't specify which class members to keep for class 'android.support.v4.view.AbsSavedState' (TaskId:247)
1> Note: the configuration doesn't specify which class members to keep for class 'android.support.v4.view.animation.LookupTableInterpolator' (TaskId:247)
1> Note: the configuration doesn't specify which class members to keep for class 'android.support.v4.view.AsyncLayoutInflater$OnInflateFinishedListener' (TaskId:247)
1> Note: the configuration doesn't specify which class members to keep for class 'mono.android.support.v4.view.AsyncLayoutInflater_OnInflateFinishedListenerImplementor' (TaskId:247)
1> Note: the configuration doesn't specify which class members to keep for class 'android.support.v4.view.PagerTitleStrip$PagerTitleStripImpl' (TaskId:247)
1> Note: the configuration doesn't specify which class members to keep for class 'android.support.v4.view.ViewPager$DecorView' (TaskId:247)
1> Note: the configuration doesn't specify which class members to keep for class 'android.support.v4.view.ViewPager$ItemInfo' (TaskId:247)
1> Note: the configuration doesn't specify which class members to keep for class 'android.support.v4.view.ViewPager$MyAccessibilityDelegate' (TaskId:247)
1> Note: the configuration doesn't specify which class members to keep for class 'android.support.v4.view.ViewPager$OnAdapterChangeListener' (TaskId:247)
1> Note: the configuration doesn't specify which class members to keep for class 'mono.android.support.v4.view.ViewPager_OnAdapterChangeListenerImplementor' (TaskId:247)
1> Note: the configuration doesn't specify which class members to keep for class 'android.support.v4.view.ViewPager$OnPageChangeListener' (TaskId:247)
1> Note: the configuration doesn't specify which class members to keep for class 'mono.android.support.v4.view.ViewPager_OnPageChangeListenerImplementor' (TaskId:247)
1> Note: the configuration doesn't specify which class members to keep for class 'android.support.v4.view.ViewPager$PageTransformer' (TaskId:247)
1> Note: the configuration doesn't specify which class members to keep for class 'android.support.v4.widget.CursorAdapter$ChangeObserver' (TaskId:247)
1> Note: the configuration doesn't specify which class members to keep for class 'android.support.v4.widget.CursorFilter$CursorFilterClient' (TaskId:247)
1> Note: the configuration doesn't specify which class members to keep for class 'android.support.v4.widget.DrawerLayout$AccessibilityDelegate' (TaskId:247)
1> Note: the configuration doesn't specify which class members to keep for class 'android.support.v4.widget.DrawerLayout$ChildAccessibilityDelegate' (TaskId:247)
1> Note: the configuration doesn't specify which class members to keep for class 'android.support.v4.widget.DrawerLayout$DrawerLayoutCompatImpl' (TaskId:247)
1> Note: the configuration doesn't specify which class members to keep for class 'android.support.v4.widget.DrawerLayout$DrawerListener' (TaskId:247)
1> Note: the configuration doesn't specify which class members to keep for class 'mono.android.support.v4.widget.DrawerLayout_DrawerListenerImplementor' (TaskId:247)
1> Note: the configuration doesn't specify which class members to keep for class 'android.support.v4.widget.DrawerLayout$SimpleDrawerListener' (TaskId:247)
1> Note: the configuration doesn't specify which class members to keep for class 'android.support.v4.widget.DrawerLayoutImpl' (TaskId:247)
1> Note: the configuration doesn't specify which class members to keep for class 'android.support.v4.widget.NestedScrollView$AccessibilityDelegate' (TaskId:247)
1> Note: the configuration doesn't specify which class members to keep for class 'android.support.v4.widget.NestedScrollView$OnScrollChangeListener' (TaskId:247)
1> Note: the configuration doesn't specify which class members to keep for class 'mono.android.support.v4.widget.NestedScrollView_OnScrollChangeListenerImplementor' (TaskId:247)
1> Note: the configuration doesn't specify which class members to keep for class 'android.support.v4.widget.NestedScrollView$SavedState' (TaskId:247)
1> Note: the configuration doesn't specify which class members to keep for class 'android.support.v4.widget.SimpleCursorAdapter$CursorToStringConverter' (TaskId:247)
1> Note: the configuration doesn't specify which class members to keep for class 'android.support.v4.widget.SimpleCursorAdapter$ViewBinder' (TaskId:247)
1> Note: the configuration doesn't specify which class members to keep for class 'android.support.v4.widget.SlidingPaneLayout$PanelSlideListener' (TaskId:247)
1> Note: the configuration doesn't specify which class members to keep for class 'mono.android.support.v4.widget.SlidingPaneLayout_PanelSlideListenerImplementor' (TaskId:247)
1> Note: the configuration doesn't specify which class members to keep for class 'android.support.v4.widget.SlidingPaneLayout$SavedState' (TaskId:247)
1> Note: the configuration doesn't specify which class members to keep for class 'android.support.v4.widget.SlidingPaneLayout$SlidingPanelLayoutImpl' (TaskId:247)
1> Note: the configuration doesn't specify which class members to keep for class 'android.support.v4.app.NotificationCompat$Action$Extender' (TaskId:247)
1> Note: the configuration doesn't specify which class members to keep for class 'android.support.v4.app.NotificationCompat$Extender' (TaskId:247)
1> Note: the configuration doesn't specify which class members to keep for class 'android.support.v4.app.NotificationCompat$NotificationCompatImpl' (TaskId:247)
1> Note: the configuration doesn't specify which class members to keep for class 'android.support.v4.app.NotificationCompat$NotificationVisibility' (TaskId:247)
1> Note: the configuration doesn't specify which class members to keep for class 'android.support.v4.app.NotificationCompat$Style' (TaskId:247)
1> Note: the configuration doesn't specify which class members to keep for class 'android.support.v4.accessibilityservice.AccessibilityServiceInfoCompat$AccessibilityServiceInfoVersionImpl' (TaskId:247)
1> Note: the configuration doesn't specify which class members to keep for class 'android.support.v4.animation.AnimatorListenerCompat' (TaskId:247)
1> Note: the configuration doesn't specify which class members to keep for class 'android.support.v4.animation.AnimatorUpdateListenerCompat' (TaskId:247)
1> Note: the configuration doesn't specify which class members to keep for class 'android.support.v4.animation.ValueAnimatorCompat' (TaskId:247)
1> Note: the configuration doesn't specify which class members to keep for class 'android.support.v4.app.ActivityCompat$OnRequestPermissionsResultCallback' (TaskId:247)
1> Note: the configuration doesn't specify which class members to keep for class 'android.support.v4.app.ActivityCompatApi23$OnSharedElementsReadyListenerBridge' (TaskId:247)
1> Note: the configuration doesn't specify which class members to keep for class 'android.support.v4.app.ActivityCompatApi23$RequestPermissionsRequestCodeValidator' (TaskId:247)
1> Note: the configuration doesn't specify which class members to keep for class 'android.support.v4.app.NotificationBuilderWithBuilderAccessor' (TaskId:247)
1> Note: the configuration doesn't specify which class members to keep for class 'android.support.v4.app.INotificationSideChannel' (TaskId:247)
1> Note: the configuration doesn't specify which class members to keep for class 'android.support.v4.app.NotificationCompatBase$Action$Factory' (TaskId:247)
1> Note: the configuration doesn't specify which class members to keep for class 'android.support.v4.app.NotificationCompatBase$UnreadConversation$Factory' (TaskId:247)
1> Note: the configuration doesn't specify which class members to keep for class 'android.support.v4.app.NotificationCompatBase$UnreadConversation' (TaskId:247)
1> Note: the configuration doesn't specify which class members to keep for class 'android.support.v4.app.NotificationCompatExtras' (TaskId:247)
1> Note: the configuration doesn't specify which class members to keep for class 'android.support.v4.app.NotificationManagerCompat$Impl' (TaskId:247)
1> Note: the configuration doesn't specify which class members to keep for class 'android.support.v4.app.NotificationManagerCompat$Task' (TaskId:247)
1> Note: the configuration doesn't specify which class members to keep for class 'android.support.v4.app.RemoteInput$Impl' (TaskId:247)
1> Note: the configuration doesn't specify which class members to keep for class 'android.support.v4.app.RemoteInputCompatBase$RemoteInput$Factory' (TaskId:247)
1> Note: the configuration doesn't specify which class members to keep for class 'android.support.v4.app.RemoteInputCompatBase' (TaskId:247)
1> Note: the configuration doesn't specify which class members to keep for class 'android.support.v4.app.ServiceCompat$ServiceCompatImpl' (TaskId:247)
1> Note: the configuration doesn't specify which class members to keep for class 'android.support.v4.app.ServiceCompat$StopForegroundFlags' (TaskId:247)
1> Note: the configuration doesn't specify which class members to keep for class 'android.support.v4.app.ShareCompat$ShareCompatImpl' (TaskId:247)
1> Note: the configuration doesn't specify which class members to keep for class 'android.support.v4.app.SharedElementCallback$OnSharedElementsReadyListener' (TaskId:247)
1> Note: the configuration doesn't specify which class members to keep for class 'mono.android.support.v4.app.SharedElementCallback_OnSharedElementsReadyListenerImplementor' (TaskId:247)
1> Note: the configuration doesn't specify which class members to keep for class 'android.support.v4.app.SharedElementCallback' (TaskId:247)
1> Note: the configuration doesn't specify which class members to keep for class 'android.support.v4.content.ContentResolverCompat$ContentResolverCompatImpl' (TaskId:247)
1> Note: the configuration doesn't specify which class members to keep for class 'android.support.v4.content.IntentCompat$IntentCompatImpl' (TaskId:247)
1> Note: the configuration doesn't specify which class members to keep for class 'android.support.v4.content.pm.ActivityInfoCompat' (TaskId:247)
1> Note: the configuration doesn't specify which class members to keep for class 'android.support.v4.content.res.ConfigurationHelper$ConfigurationHelperImpl' (TaskId:247)
1> Note: the configuration doesn't specify which class members to keep for class 'android.support.v4.content.SharedPreferencesCompat' (TaskId:247)
1> Note: the configuration doesn't specify which class members to keep for class 'android.support.v4.graphics.BitmapCompat$BitmapImpl' (TaskId:247)
1> Note: the configuration doesn't specify which class members to keep for class 'android.support.v4.graphics.drawable.DrawableCompat$DrawableImpl' (TaskId:247)
1> Note: the configuration doesn't specify which class members to keep for class 'android.support.v4.graphics.drawable.DrawableWrapper' (TaskId:247)
1> Note: the configuration doesn't specify which class members to keep for class 'android.support.v4.graphics.drawable.TintAwareDrawable' (TaskId:247)
1> Note: the configuration doesn't specify which class members to keep for class 'android.support.v4.hardware.fingerprint.FingerprintManagerCompat$AuthenticationCallback' (TaskId:247)
1> Note: the configuration doesn't specify which class members to keep for class 'android.support.v4.hardware.fingerprint.FingerprintManagerCompat$FingerprintManagerCompatImpl' (TaskId:247)
1> Note: the configuration doesn't specify which class members to keep for class 'android.support.v4.hardware.fingerprint.FingerprintManagerCompatApi23$AuthenticationCallback' (TaskId:247)
1> Note: the configuration doesn't specify which class members to keep for class 'android.support.v4.internal.view.SupportMenu' (TaskId:247)
1> Note: the configuration doesn't specify which class members to keep for class 'android.support.v4.internal.view.SupportMenu' (TaskId:247)
1> Note: the configuration doesn't specify which class members to keep for class 'android.support.v4.internal.view.SupportMenu' (TaskId:247)
1> Note: the configuration doesn't specify which class members to keep for class 'android.support.v4.internal.view.SupportMenuItem' (TaskId:247)
1> Note: the configuration doesn't specify which class members to keep for class 'android.support.v4.internal.view.SupportMenuItem' (TaskId:247)
1> Note: the configuration doesn't specify which class members to keep for class 'android.support.v4.internal.view.SupportMenuItem' (TaskId:247)
1> Note: the configuration doesn't specify which class members to keep for class 'android.support.v4.internal.view.SupportSubMenu' (TaskId:247)
1> Note: the configuration doesn't specify which class members to keep for class 'android.support.v4.net.ConnectivityManagerCompat$ConnectivityManagerCompatImpl' (TaskId:247)
1> Note: the configuration doesn't specify which class members to keep for class 'android.support.v4.net.ConnectivityManagerCompat$RestrictBackgroundStatus' (TaskId:247)
1> Note: the configuration doesn't specify which class members to keep for class 'android.support.v4.net.TrafficStatsCompat$TrafficStatsCompatImpl' (TaskId:247)
1> Note: the configuration doesn't specify which class members to keep for class 'android.support.v4.os.CancellationSignal$OnCancelListener' (TaskId:247)
1> Note: the configuration doesn't specify which class members to keep for class 'mono.android.support.v4.os.CancellationSignal_OnCancelListenerImplementor' (TaskId:247)
1> Note: the configuration doesn't specify which class members to keep for class 'android.support.v4.os.ParcelableCompatCreatorCallbacks' (TaskId:247)
1> Note: the configuration doesn't specify which class members to keep for class 'android.support.v4.os.IResultReceiver' (TaskId:247)
1> Note: the configuration doesn't specify which class members to keep for class 'android.support.v4.text.ICUCompat$ICUCompatImpl' (TaskId:247)
1> Note: the configuration doesn't specify which class members to keep for class 'android.support.v4.text.TextDirectionHeuristicCompat' (TaskId:247)
1> Note: the configuration doesn't specify which class members to keep for class 'android.support.v4.text.TextDirectionHeuristicsCompat$TextDirectionAlgorithm' (TaskId:247)
1> Note: the configuration doesn't specify which class members to keep for class 'android.support.v4.text.TextDirectionHeuristicsCompat' (TaskId:247)
1> Note: the configuration doesn't specify which class members to keep for class 'android.support.v4.text.util.LinkifyCompat$LinkifyMask' (TaskId:247)
1> Note: the configuration doesn't specify which class members to keep for class 'android.support.v4.util.PatternsCompat' (TaskId:247)
1> Note: the configuration doesn't specify which class members to keep for class 'android.support.v4.util.Pools$Pool' (TaskId:247)
1> Note: the configuration doesn't specify which class members to keep for class 'android.support.v4.util.Pools' (TaskId:247)
1> Note: the configuration doesn't specify which class members to keep for class 'android.support.v4.view.accessibility.AccessibilityEventCompat$AccessibilityEventVersionImpl' (TaskId:247)
1> Note: the configuration doesn't specify which class members to keep for class 'android.support.v4.view.accessibility.AccessibilityManagerCompat$AccessibilityStateChangeListener' (TaskId:247)
1> Note: the configuration doesn't specify which class members to keep for class 'mono.android.support.v4.view.accessibility.AccessibilityManagerCompat_AccessibilityStateChangeListenerImplementor' (TaskId:247)
1> Note: the configuration doesn't specify which class members to keep for class 'android.support.v4.view.accessibility.AccessibilityManagerCompat$TouchExplorationStateChangeListener' (TaskId:247)
1> Note: the configuration doesn't specify which class members to keep for class 'mono.android.support.v4.view.accessibility.AccessibilityManagerCompat_TouchExplorationStateChangeListenerImplementor' (TaskId:247)
1> Note: the configuration doesn't specify which class members to keep for class 'android.support.v4.view.accessibility.AccessibilityNodeInfoCompat$AccessibilityNodeInfoImpl' (TaskId:247)
1> Note: the configuration doesn't specify which class members to keep for class 'android.support.v4.view.accessibility.AccessibilityNodeProviderCompat$AccessibilityNodeProviderImpl' (TaskId:247)
1> Note: the configuration doesn't specify which class members to keep for class 'android.support.v4.view.accessibility.AccessibilityRecordCompat$AccessibilityRecordImpl' (TaskId:247)
1> Note: the configuration doesn't specify which class members to keep for class 'android.support.v4.view.accessibility.AccessibilityWindowInfoCompat$AccessibilityWindowInfoImpl' (TaskId:247)
1> Note: the configuration doesn't specify which class members to keep for class 'android.support.v4.view.AccessibilityDelegateCompat$AccessibilityDelegateImpl' (TaskId:247)
1> Note: the configuration doesn't specify which class members to keep for class 'android.support.v4.view.ActionProvider$SubUiVisibilityListener' (TaskId:247)
1> Note: the configuration doesn't specify which class members to keep for class 'mono.android.support.v4.view.ActionProvider_SubUiVisibilityListenerImplementor' (TaskId:247)
1> Note: the configuration doesn't specify which class members to keep for class 'android.support.v4.view.ActionProvider$VisibilityListener' (TaskId:247)
1> Note: the configuration doesn't specify which class members to keep for class 'mono.android.support.v4.view.ActionProvider_VisibilityListenerImplementor' (TaskId:247)
1> Note: the configuration doesn't specify which class members to keep for class 'android.support.v4.view.GestureDetectorCompat$GestureDetectorCompatImpl' (TaskId:247)
1> Note: the configuration doesn't specify which class members to keep for class 'android.support.v4.view.GravityCompat$GravityCompatImpl' (TaskId:247)
1> Note: the configuration doesn't specify which class members to keep for class 'android.support.v4.view.LayoutInflaterFactory' (TaskId:247)
1> Note: the configuration doesn't specify which class members to keep for class 'android.support.v4.view.NestedScrollingChild' (TaskId:247)
1> Note: the configuration doesn't specify which class members to keep for class 'android.support.v4.view.NestedScrollingParent' (TaskId:247)
1> Note: the configuration doesn't specify which class members to keep for class 'android.support.v4.view.OnApplyWindowInsetsListener' (TaskId:247)
1> Note: the configuration doesn't specify which class members to keep for class 'mono.android.support.v4.view.OnApplyWindowInsetsListenerImplementor' (TaskId:247)
1> Note: the configuration doesn't specify which class members to keep for class 'android.support.v4.view.ScrollingView' (TaskId:247)
1> Note: the configuration doesn't specify which class members to keep for class 'android.support.v4.view.TintableBackgroundView' (TaskId:247)
1> Note: the configuration doesn't specify which class members to keep for class 'android.support.v4.view.ViewPropertyAnimatorListener' (TaskId:247)
1> Note: the configuration doesn't specify which class members to keep for class 'mono.android.support.v4.view.ViewPropertyAnimatorListenerImplementor' (TaskId:247)
1> Note: the configuration doesn't specify which class members to keep for class 'android.support.v4.view.ViewPropertyAnimatorUpdateListener' (TaskId:247)
1> Note: the configuration doesn't specify which class members to keep for class 'mono.android.support.v4.view.ViewPropertyAnimatorUpdateListenerImplementor' (TaskId:247)
1> Note: the configuration doesn't specify which class members to keep for class 'android.support.v4.view.InputDeviceCompat' (TaskId:247)
1> Note: the configuration doesn't specify which class members to keep for class 'android.support.v4.view.KeyEventCompat$KeyEventVersionImpl' (TaskId:247)
1> Note: the configuration doesn't specify which class members to keep for class 'android.support.v4.view.LayoutInflaterCompat$LayoutInflaterCompatImpl' (TaskId:247)
1> Note: the configuration doesn't specify which class members to keep for class 'android.support.v4.view.MarginLayoutParamsCompat$MarginLayoutParamsCompatImpl' (TaskId:247)
1> Note: the configuration doesn't specify which class members to keep for class 'android.support.v4.view.MenuItemCompat$MenuVersionImpl' (TaskId:247)
1> Note: the configuration doesn't specify which class members to keep for class 'android.support.v4.view.MenuItemCompat$OnActionExpandListener' (TaskId:247)
1> Note: the configuration doesn't specify which class members to keep for class 'mono.android.support.v4.view.MenuItemCompat_OnActionExpandListenerImplementor' (TaskId:247)
1> Note: the configuration doesn't specify which class members to keep for class 'android.support.v4.view.MotionEventCompat$MotionEventVersionImpl' (TaskId:247)
1> Note: the configuration doesn't specify which class members to keep for class 'android.support.v4.view.PointerIconCompat$PointerIconCompatImpl' (TaskId:247)
1> Note: the configuration doesn't specify which class members to keep for class 'android.support.v4.view.ScaleGestureDetectorCompat$ScaleGestureDetectorImpl' (TaskId:247)
1> Note: the configuration doesn't specify which class members to keep for class 'android.support.v4.view.VelocityTrackerCompat$VelocityTrackerVersionImpl' (TaskId:247)
1> Note: the configuration doesn't specify which class members to keep for class 'android.support.v4.view.ViewCompat$FocusDirection' (TaskId:247)
1> Note: the configuration doesn't specify which class members to keep for class 'android.support.v4.view.ViewCompat$FocusRealDirection' (TaskId:247)
1> Note: the configuration doesn't specify which class members to keep for class 'android.support.v4.view.ViewCompat$FocusRelativeDirection' (TaskId:247)
1> Note: the configuration doesn't specify which class members to keep for class 'android.support.v4.view.ViewCompat$ScrollIndicators' (TaskId:247)
1> Note: the configuration doesn't specify which class members to keep for class 'android.support.v4.view.ViewCompat$ViewCompatImpl' (TaskId:247)
1> Note: the configuration doesn't specify which class members to keep for class 'android.support.v4.view.ViewConfigurationCompat$ViewConfigurationVersionImpl' (TaskId:247)
1> Note: the configuration doesn't specify which class members to keep for class 'android.support.v4.view.ViewGroupCompat$ViewGroupCompatImpl' (TaskId:247)
1> Note: the configuration doesn't specify which class members to keep for class 'android.support.v4.view.ViewParentCompat$ViewParentCompatImpl' (TaskId:247)
1> Note: the configuration doesn't specify which class members to keep for class 'android.support.v4.view.ViewPropertyAnimatorCompat$ViewPropertyAnimatorCompatImpl' (TaskId:247)
1> Note: the configuration doesn't specify which class members to keep for class 'android.support.v4.view.WindowCompat' (TaskId:247)
1> Note: the configuration doesn't specify which class members to keep for class 'android.support.v4.view.WindowInsetsCompat$WindowInsetsCompatImpl' (TaskId:247)
1> Note: the configuration doesn't specify which class members to keep for class 'android.support.v4.widget.CompoundButtonCompat$CompoundButtonCompatImpl' (TaskId:247)
1> Note: the configuration doesn't specify which class members to keep for class 'android.support.v4.widget.EdgeEffectCompat$EdgeEffectImpl' (TaskId:247)
1> Note: the configuration doesn't specify which class members to keep for class 'android.support.v4.widget.TintableCompoundButton' (TaskId:247)
1> Note: the configuration doesn't specify which class members to keep for class 'android.support.v4.widget.ListPopupWindowCompat$ListPopupWindowImpl' (TaskId:247)
1> Note: the configuration doesn't specify which class members to keep for class 'android.support.v4.widget.PopupMenuCompat$PopupMenuImpl' (TaskId:247)
1> Note: the configuration doesn't specify which class members to keep for class 'android.support.v4.widget.PopupWindowCompat$PopupWindowImpl' (TaskId:247)
1> Note: the configuration doesn't specify which class members to keep for class 'android.support.v4.widget.SearchViewCompat$OnCloseListener' (TaskId:247)
1> Note: the configuration doesn't specify which class members to keep for class 'mono.android.support.v4.widget.SearchViewCompat_OnCloseListenerImplementor' (TaskId:247)
1> Note: the configuration doesn't specify which class members to keep for class 'android.support.v4.widget.SearchViewCompat$OnCloseListenerCompat' (TaskId:247)
1> Note: the configuration doesn't specify which class members to keep for class 'android.support.v4.widget.SearchViewCompat$OnQueryTextListener' (TaskId:247)
1> Note: the configuration doesn't specify which class members to keep for class 'mono.android.support.v4.widget.SearchViewCompat_OnQueryTextListenerImplementor' (TaskId:247)
1> Note: the configuration doesn't specify which class members to keep for class 'android.support.v4.widget.SearchViewCompat$OnQueryTextListenerCompat' (TaskId:247)
1> Note: the configuration doesn't specify which class members to keep for class 'android.support.v4.widget.SearchViewCompat$SearchViewCompatImpl' (TaskId:247)
1> Note: the configuration doesn't specify which class members to keep for class 'android.support.v4.widget.TextViewCompat$TextViewCompatImpl' (TaskId:247)
1> Note: the configuration doesn't specify which class members to keep for class 'android.support.v4.media.MediaBrowserCompat$CallbackHandler' (TaskId:247)
1> Note: the configuration doesn't specify which class members to keep for class 'android.support.v4.media.MediaBrowserCompat$ConnectionCallback$ConnectionCallbackInternal' (TaskId:247)
1> Note: the configuration doesn't specify which class members to keep for class 'android.support.v4.media.MediaBrowserCompat$ItemCallback' (TaskId:247)
1> Note: the configuration doesn't specify which class members to keep for class 'android.support.v4.media.MediaBrowserCompat$MediaBrowserImpl' (TaskId:247)
1> Note: the configuration doesn't specify which class members to keep for class 'android.support.v4.media.MediaBrowserCompat$MediaBrowserServiceCallbackImpl' (TaskId:247)
1> Note: the configuration doesn't specify which class members to keep for class 'android.support.v4.media.MediaBrowserCompat$MediaItem$Flags' (TaskId:247)
1> Note: the configuration doesn't specify which class members to keep for class 'android.support.v4.media.MediaBrowserCompat$SearchCallback' (TaskId:247)
1> Note: the configuration doesn't specify which class members to keep for class 'android.support.v4.media.MediaBrowserCompat$SubscriptionCallback' (TaskId:247)
1> Note: the configuration doesn't specify which class members to keep for class 'android.support.v4.media.MediaBrowserServiceCompat$MediaBrowserServiceImpl' (TaskId:247)
1> Note: the configuration doesn't specify which class members to keep for class 'android.support.v4.media.MediaBrowserServiceCompat$ServiceCallbacks' (TaskId:247)
1> Note: the configuration doesn't specify which class members to keep for class 'android.support.v4.media.MediaMetadataCompat$BitmapKey' (TaskId:247)
1> Note: the configuration doesn't specify which class members to keep for class 'android.support.v4.media.MediaMetadataCompat$LongKey' (TaskId:247)
1> Note: the configuration doesn't specify which class members to keep for class 'android.support.v4.media.MediaMetadataCompat$RatingKey' (TaskId:247)
1> Note: the configuration doesn't specify which class members to keep for class 'android.support.v4.media.MediaMetadataCompat$TextKey' (TaskId:247)
1> Note: the configuration doesn't specify which class members to keep for class 'android.support.v4.media.RatingCompat$StarStyle' (TaskId:247)
1> Note: the configuration doesn't specify which class members to keep for class 'android.support.v4.media.RatingCompat$Style' (TaskId:247)
1> Note: the configuration doesn't specify which class members to keep for class 'android.support.v4.media.session.IMediaControllerCallback' (TaskId:247)
1> Note: the configuration doesn't specify which class members to keep for class 'android.support.v4.media.session.IMediaSession' (TaskId:247)
1> Note: the configuration doesn't specify which class members to keep for class 'android.support.v4.media.session.MediaControllerCompat$Callback' (TaskId:247)
1> Note: the configuration doesn't specify which class members to keep for class 'android.support.v4.media.session.MediaControllerCompat$MediaControllerImpl' (TaskId:247)
1> Note: the configuration doesn't specify which class members to keep for class 'android.support.v4.media.session.MediaSessionCompat$Callback' (TaskId:247)
1> Note: the configuration doesn't specify which class members to keep for class 'android.support.v4.media.session.MediaSessionCompat$MediaSessionImpl' (TaskId:247)
1> Note: the configuration doesn't specify which class members to keep for class 'android.support.v4.media.session.MediaSessionCompat$OnActiveChangeListener' (TaskId:247)
1> Note: the configuration doesn't specify which class members to keep for class 'mono.android.support.v4.media.session.MediaSessionCompat_OnActiveChangeListenerImplementor' (TaskId:247)
1> Note: the configuration doesn't specify which class members to keep for class 'android.support.v4.media.session.MediaSessionCompat$SessionFlags' (TaskId:247)
1> Note: the configuration doesn't specify which class members to keep for class 'android.support.v4.media.session.PlaybackStateCompat$Actions' (TaskId:247)
1> Note: the configuration doesn't specify which class members to keep for class 'android.support.v4.media.session.PlaybackStateCompat$ErrorCode' (TaskId:247)
1> Note: the configuration doesn't specify which class members to keep for class 'android.support.v4.media.session.PlaybackStateCompat$MediaKeyAction' (TaskId:247)
1> Note: the configuration doesn't specify which class members to keep for class 'android.support.v4.media.session.PlaybackStateCompat$RepeatMode' (TaskId:247)
1> Note: the configuration doesn't specify which class members to keep for class 'android.support.v4.media.session.PlaybackStateCompat$State' (TaskId:247)
1> Note: the configuration doesn't specify which class members to keep for class 'android.support.v4.media.VolumeProviderCompat$ControlType' (TaskId:247)
1> Note: the configuration doesn't specify which class members to keep for class 'android.support.v4.media.VolumeProviderCompat' (TaskId:247)
1> Note: the configuration doesn't specify which class members to keep for class 'android.support.v4.app.NavUtils$NavUtilsImpl' (TaskId:247)
1> Note: the configuration doesn't specify which class members to keep for class 'android.support.v4.app.TaskStackBuilder$SupportParentable' (TaskId:247)
1> Note: the configuration doesn't specify which class members to keep for class 'android.support.v4.app.TaskStackBuilder$TaskStackBuilderImpl' (TaskId:247)
1> Note: the configuration doesn't specify which class members to keep for class 'android.support.v4.content.FileProvider$PathStrategy' (TaskId:247)
1> Note: the configuration doesn't specify which class members to keep for class 'android.support.v4.content.Loader$OnLoadCanceledListener' (TaskId:247)
1> Note: the configuration doesn't specify which class members to keep for class 'mono.android.support.v4.content.Loader_OnLoadCanceledListenerImplementor' (TaskId:247)
1> Note: the configuration doesn't specify which class members to keep for class 'android.support.v4.content.Loader$OnLoadCompleteListener' (TaskId:247)
1> Note: the configuration doesn't specify which class members to keep for class 'mono.android.support.v4.content.Loader_OnLoadCompleteListenerImplementor' (TaskId:247)
1> Note: the configuration doesn't specify which class members to keep for class 'android.support.v4.content.PermissionChecker$PermissionResult' (TaskId:247)
1> Note: the configuration doesn't specify which class members to keep for class 'android.support.v4.graphics.drawable.RoundedBitmapDrawable' (TaskId:247)
1> Note: the configuration doesn't specify which class members to keep for class 'android.support.v4.print.PrintHelper$OnPrintFinishCallback' (TaskId:247)
1> Note: the configuration doesn't specify which class members to keep for class 'android.support.v4.print.PrintHelper$PrintHelperVersionImpl' (TaskId:247)
1> Note: the configuration doesn't specify which class members to keep for class 'android.support.v7.util.DiffUtil$Snake' (TaskId:247)
1> Note: the configuration doesn't specify which class members to keep for class 'android.support.v7.util.ListUpdateCallback' (TaskId:247)
1> Note: the configuration doesn't specify which class members to keep for class 'android.support.v7.widget.helper.ItemTouchUIUtil' (TaskId:247)
1> Note: the configuration doesn't specify which class members to keep for class 'android.support.v7.widget.helper.ItemTouchHelper$ViewDropHandler' (TaskId:247)
1> Note: the configuration doesn't specify which class members to keep for class 'android.support.v7.widget.RecyclerView$AdapterDataObserver' (TaskId:247)
1> Note: the configuration doesn't specify which class members to keep for class 'android.support.v7.widget.RecyclerView$ChildDrawingOrderCallback' (TaskId:247)
1> Note: the configuration doesn't specify which class members to keep for class 'android.support.v7.widget.RecyclerView$ItemAnimator$AdapterChanges' (TaskId:247)
1> Note: the configuration doesn't specify which class members to keep for class 'android.support.v7.widget.RecyclerView$ItemAnimator$ItemAnimatorFinishedListener' (TaskId:247)
1> Note: the configuration doesn't specify which class members to keep for class 'mono.android.support.v7.widget.RecyclerView_ItemAnimator_ItemAnimatorFinishedListenerImplementor' (TaskId:247)
1> Note: the configuration doesn't specify which class members to keep for class 'android.support.v7.widget.RecyclerView$ItemDecoration' (TaskId:247)
1> Note: the configuration doesn't specify which class members to keep for class 'android.support.v7.widget.RecyclerView$LayoutManager$LayoutPrefetchRegistry' (TaskId:247)
1> Note: the configuration doesn't specify which class members to keep for class 'android.support.v7.widget.RecyclerView$OnChildAttachStateChangeListener' (TaskId:247)
1> Note: the configuration doesn't specify which class members to keep for class 'mono.android.support.v7.widget.RecyclerView_OnChildAttachStateChangeListenerImplementor' (TaskId:247)
1> Note: the configuration doesn't specify which class members to keep for class 'android.support.v7.widget.RecyclerView$OnItemTouchListener' (TaskId:247)
1> Note: the configuration doesn't specify which class members to keep for class 'mono.android.support.v7.widget.RecyclerView_OnItemTouchListenerImplementor' (TaskId:247)
1> Note: the configuration doesn't specify which class members to keep for class 'android.support.v7.widget.RecyclerView$OnScrollListener' (TaskId:247)
1> Note: the configuration doesn't specify which class members to keep for class 'android.support.v7.widget.RecyclerView$RecycledViewPool$ScrapData' (TaskId:247)
1> Note: the configuration doesn't specify which class members to keep for class 'android.support.v7.widget.RecyclerView$RecyclerListener' (TaskId:247)
1> Note: the configuration doesn't specify which class members to keep for class 'mono.android.support.v7.widget.RecyclerView_RecyclerListenerImplementor' (TaskId:247)
1> Note: the configuration doesn't specify which class members to keep for class 'android.support.v7.widget.RecyclerView$SavedState' (TaskId:247)
1> Note: the configuration doesn't specify which class members to keep for class 'android.support.v7.widget.RecyclerView$SmoothScroller$ScrollVectorProvider' (TaskId:247)
1> Note: the configuration doesn't specify which class members to keep for class 'android.support.v7.widget.RecyclerView$ViewHolder' (TaskId:247)
1> Note: the configuration doesn't specify which class members to keep for class 'android.support.annotation.AnimRes' (TaskId:247)
1> Note: the configuration doesn't specify which class members to keep for class 'android.support.annotation.AnimatorRes' (TaskId:247)
1> Note: the configuration doesn't specify which class members to keep for class 'android.support.annotation.AnyRes' (TaskId:247)
1> Note: the configuration doesn't specify which class members to keep for class 'android.support.annotation.AnyThread' (TaskId:247)
1> Note: the configuration doesn't specify which class members to keep for class 'android.support.annotation.ArrayRes' (TaskId:247)
1> Note: the configuration doesn't specify which class members to keep for class 'android.support.annotation.AttrRes' (TaskId:247)
1> Note: the configuration doesn't specify which class members to keep for class 'android.support.annotation.BinderThread' (TaskId:247)
1> Note: the configuration doesn't specify which class members to keep for class 'android.support.annotation.BoolRes' (TaskId:247)
1> Note: the configuration doesn't specify which class members to keep for class 'android.support.annotation.CallSuper' (TaskId:247)
1> Note: the configuration doesn't specify which class members to keep for class 'android.support.annotation.CheckResult' (TaskId:247)
1> Note: the configuration doesn't specify which class members to keep for class 'android.support.annotation.ColorInt' (TaskId:247)
1> Note: the configuration doesn't specify which class members to keep for class 'android.support.annotation.ColorRes' (TaskId:247)
1> Note: the configuration doesn't specify which class members to keep for class 'android.support.annotation.DimenRes' (TaskId:247)
1> Note: the configuration doesn't specify which class members to keep for class 'android.support.annotation.Dimension' (TaskId:247)
1> Note: the configuration doesn't specify which class members to keep for class 'android.support.annotation.Dimension' (TaskId:247)
1> Note: the configuration doesn't specify which class members to keep for class 'android.support.annotation.Dimension' (TaskId:247)
1> Note: the configuration doesn't specify which class members to keep for class 'android.support.annotation.DrawableRes' (TaskId:247)
1> Note: the configuration doesn't specify which class members to keep for class 'android.support.annotation.FloatRange' (TaskId:247)
1> Note: the configuration doesn't specify which class members to keep for class 'android.support.annotation.FractionRes' (TaskId:247)
1> Note: the configuration doesn't specify which class members to keep for class 'android.support.annotation.IdRes' (TaskId:247)
1> Note: the configuration doesn't specify which class members to keep for class 'android.support.annotation.IntDef' (TaskId:247)
1> Note: the configuration doesn't specify which class members to keep for class 'android.support.annotation.IntRange' (TaskId:247)
1> Note: the configuration doesn't specify which class members to keep for class 'android.support.annotation.IntegerRes' (TaskId:247)
1> Note: the configuration doesn't specify which class members to keep for class 'android.support.annotation.InterpolatorRes' (TaskId:247)
1> Note: the configuration doesn't specify which class members to keep for class 'android.support.annotation.Keep' (TaskId:247)
1> Note: the configuration doesn't specify which class members to keep for class 'android.support.annotation.LayoutRes' (TaskId:247)
1> Note: the configuration doesn't specify which class members to keep for class 'android.support.annotation.MainThread' (TaskId:247)
1> Note: the configuration doesn't specify which class members to keep for class 'android.support.annotation.MenuRes' (TaskId:247)
1> Note: the configuration doesn't specify which class members to keep for class 'android.support.annotation.NonNull' (TaskId:247)
1> Note: the configuration doesn't specify which class members to keep for class 'android.support.annotation.Nullable' (TaskId:247)
1> Note: the configuration doesn't specify which class members to keep for class 'android.support.annotation.PluralsRes' (TaskId:247)
1> Note: the configuration doesn't specify which class members to keep for class 'android.support.annotation.Px' (TaskId:247)
1> Note: the configuration doesn't specify which class members to keep for class 'android.support.annotation.RawRes' (TaskId:247)
1> Note: the configuration doesn't specify which class members to keep for class 'android.support.annotation.RequiresApi' (TaskId:247)
1> Note: the configuration doesn't specify which class members to keep for class 'android.support.annotation.RequiresPermission$Read' (TaskId:247)
1> Note: the configuration doesn't specify which class members to keep for class 'android.support.annotation.RequiresPermission$Write' (TaskId:247)
1> Note: the configuration doesn't specify which class members to keep for class 'android.support.annotation.RequiresPermission' (TaskId:247)
1> Note: the configuration doesn't specify which class members to keep for class 'android.support.annotation.RestrictTo' (TaskId:247)
1> Note: the configuration doesn't specify which class members to keep for class 'android.support.annotation.Size' (TaskId:247)
1> Note: the configuration doesn't specify which class members to keep for class 'android.support.annotation.StringDef' (TaskId:247)
1> Note: the configuration doesn't specify which class members to keep for class 'android.support.annotation.StringRes' (TaskId:247)
1> Note: the configuration doesn't specify which class members to keep for class 'android.support.annotation.StyleRes' (TaskId:247)
1> Note: the configuration doesn't specify which class members to keep for class 'android.support.annotation.StyleableRes' (TaskId:247)
1> Note: the configuration doesn't specify which class members to keep for class 'android.support.annotation.TransitionRes' (TaskId:247)
1> Note: the configuration doesn't specify which class members to keep for class 'android.support.annotation.UiThread' (TaskId:247)
1> Note: the configuration doesn't specify which class members to keep for class 'android.support.annotation.VisibleForTesting' (TaskId:247)
1> Note: the configuration doesn't specify which class members to keep for class 'android.support.annotation.VisibleForTesting' (TaskId:247)
1> Note: the configuration doesn't specify which class members to keep for class 'android.support.annotation.VisibleForTesting' (TaskId:247)
1> Note: the configuration doesn't specify which class members to keep for class 'android.support.annotation.WorkerThread' (TaskId:247)
1> Note: the configuration doesn't specify which class members to keep for class 'android.support.annotation.XmlRes' (TaskId:247)
1> Note: the configuration doesn't specify which class members to keep for class 'android.support.v4.app.FragmentActivity$NonConfigurationInstances' (TaskId:247)
1> Note: the configuration doesn't specify which class members to keep for class 'android.support.v4.app.Fragment$AnimationInfo' (TaskId:247)
1> Note: the configuration doesn't specify which class members to keep for class 'android.support.v4.app.FragmentManager$BackStackEntry' (TaskId:247)
1> Note: the configuration doesn't specify which class members to keep for class 'android.support.v4.app.FragmentManager$FragmentLifecycleCallbacks' (TaskId:247)
1> Note: the configuration doesn't specify which class members to keep for class 'android.support.v4.app.FragmentManager$OnBackStackChangedListener' (TaskId:247)
1> Note: the configuration doesn't specify which class members to keep for class 'mono.android.support.v4.app.FragmentManager_OnBackStackChangedListenerImplementor' (TaskId:247)
1> Note: the configuration doesn't specify which class members to keep for class 'android.support.v4.app.FragmentManagerNonConfig' (TaskId:247)
1> Note: the configuration doesn't specify which class members to keep for class 'android.support.v4.app.FragmentTabHost$SavedState' (TaskId:247)
1> Note: the configuration doesn't specify which class members to keep for class 'android.support.v4.app.FragmentTabHost$TabInfo' (TaskId:247)
1> Note: the configuration doesn't specify which class members to keep for class 'android.support.v4.app.LoaderManager$LoaderCallbacks' (TaskId:247)
1> Note: there were 383 '-keepclassmembers' options that didn't specify class (TaskId:247)
1> members. You should specify at least some class members or consider (TaskId:247)
1> if you just need '-keep'. (TaskId:247)
1> (http://proguard.sourceforge.net/manual/troubleshooting.html#classmembers) (TaskId:247)
1> Reading input... (TaskId:247)
1> Reading program jar [C:\Users\dougl\Documents\Visual Studio 2017\Projects\ProguardWarnings\ProguardWarnings\obj\Release\proguard\__proguard_input__.jar] (TaskId:247)
1> Reading program jar [C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\Common7\IDE\ReferenceAssemblies\Microsoft\Framework\MonoAndroid\v7.1\mono.android.jar] (TaskId:247)
1> Reading program jar [C:\Users\dougl\Documents\Visual Studio 2017\Projects\ProguardWarnings\ProguardWarnings\obj\Release\__library_projects__\Xamarin.Android.Support.Animated.Vector.Drawable\library_project_imports\classes.jar] (TaskId:247)
1> Reading program jar [C:\Users\dougl\Documents\Visual Studio 2017\Projects\ProguardWarnings\ProguardWarnings\obj\Release\__library_projects__\Xamarin.Android.Support.Compat\library_project_imports\classes.jar] (TaskId:247)
1> Reading program jar [C:\Users\dougl\Documents\Visual Studio 2017\Projects\ProguardWarnings\ProguardWarnings\obj\Release\__library_projects__\Xamarin.Android.Support.Core.UI\library_project_imports\classes.jar] (TaskId:247)
1> Reading program jar [C:\Users\dougl\Documents\Visual Studio 2017\Projects\ProguardWarnings\ProguardWarnings\obj\Release\__library_projects__\Xamarin.Android.Support.Core.Utils\library_project_imports\classes.jar] (TaskId:247)
1> Reading program jar [C:\Users\dougl\Documents\Visual Studio 2017\Projects\ProguardWarnings\ProguardWarnings\obj\Release\__library_projects__\Xamarin.Android.Support.Design\library_project_imports\classes.jar] (TaskId:247)
1> Reading program jar [C:\Users\dougl\Documents\Visual Studio 2017\Projects\ProguardWarnings\ProguardWarnings\obj\Release\__library_projects__\Xamarin.Android.Support.Fragment\library_project_imports\classes.jar] (TaskId:247)
1> Reading program jar [C:\Users\dougl\Documents\Visual Studio 2017\Projects\ProguardWarnings\ProguardWarnings\obj\Release\__library_projects__\Xamarin.Android.Support.Media.Compat\library_project_imports\classes.jar] (TaskId:247)
1> Reading program jar [C:\Users\dougl\Documents\Visual Studio 2017\Projects\ProguardWarnings\ProguardWarnings\obj\Release\__library_projects__\Xamarin.Android.Support.Transition\library_project_imports\classes.jar] (TaskId:247)
1> Reading program jar [C:\Users\dougl\Documents\Visual Studio 2017\Projects\ProguardWarnings\ProguardWarnings\obj\Release\__library_projects__\Xamarin.Android.Support.v7.AppCompat\library_project_imports\classes.jar] (TaskId:247)
1> Reading program jar [C:\Users\dougl\Documents\Visual Studio 2017\Projects\ProguardWarnings\ProguardWarnings\obj\Release\__library_projects__\Xamarin.Android.Support.v7.RecyclerView\library_project_imports\classes.jar] (TaskId:247)
1> Reading program jar [C:\Users\dougl\Documents\Visual Studio 2017\Projects\ProguardWarnings\ProguardWarnings\obj\Release\__library_projects__\Xamarin.Android.Support.Vector.Drawable\library_project_imports\classes.jar] (TaskId:247)
1> Reading library jar [C:\Android\android-sdk\platforms\android-25\android.jar] (TaskId:247)
1> Initializing... (TaskId:247)
1> Note: the configuration refers to the unknown class 'com.google.vending.licensing.ILicensingService' (TaskId:247)
1> Note: the configuration refers to the unknown class 'com.android.vending.licensing.ILicensingService' (TaskId:247)
1> Note: the configuration refers to the unknown class 'android.support.annotation.Keep' (TaskId:247)
1> Note: the configuration refers to the unknown class 'android.support.annotation.Keep' (TaskId:247)
1> Note: the configuration refers to the unknown class 'android.support.annotation.Keep' (TaskId:247)
1> Note: the configuration refers to the unknown class 'android.support.annotation.Keep' (TaskId:247)
1> Note: the configuration refers to the unknown class 'android.support.annotation.Keep' (TaskId:247)
1> Note: the configuration refers to the unknown class 'android.support.annotation.AnimRes' (TaskId:247)
1> Note: the configuration refers to the unknown class 'android.support.annotation.AnimRes' (TaskId:247)
1> Note: the configuration refers to the unknown class 'android.support.annotation.AnimatorRes' (TaskId:247)
1> Note: the configuration refers to the unknown class 'android.support.annotation.AnimatorRes' (TaskId:247)
1> Note: the configuration refers to the unknown class 'android.support.annotation.AnyRes' (TaskId:247)
1> Note: the configuration refers to the unknown class 'android.support.annotation.AnyRes' (TaskId:247)
1> Note: the configuration refers to the unknown class 'android.support.annotation.AnyThread' (TaskId:247)
1> Note: the configuration refers to the unknown class 'android.support.annotation.AnyThread' (TaskId:247)
1> Note: the configuration refers to the unknown class 'android.support.annotation.ArrayRes' (TaskId:247)
1> Note: the configuration refers to the unknown class 'android.support.annotation.ArrayRes' (TaskId:247)
1> Note: the configuration refers to the unknown class 'android.support.annotation.AttrRes' (TaskId:247)
1> Note: the configuration refers to the unknown class 'android.support.annotation.AttrRes' (TaskId:247)
1> Note: the configuration refers to the unknown class 'android.support.annotation.BinderThread' (TaskId:247)
1> Note: the configuration refers to the unknown class 'android.support.annotation.BinderThread' (TaskId:247)
1> Note: the configuration refers to the unknown class 'android.support.annotation.BoolRes' (TaskId:247)
1> Note: the configuration refers to the unknown class 'android.support.annotation.BoolRes' (TaskId:247)
1> Note: the configuration refers to the unknown class 'android.support.annotation.CallSuper' (TaskId:247)
1> Note: the configuration refers to the unknown class 'android.support.annotation.CallSuper' (TaskId:247)
1> Note: the configuration refers to the unknown class 'android.support.annotation.CheckResult' (TaskId:247)
1> Note: the configuration refers to the unknown class 'android.support.annotation.CheckResult' (TaskId:247)
1> Note: the configuration refers to the unknown class 'android.support.annotation.ColorInt' (TaskId:247)
1> Note: the configuration refers to the unknown class 'android.support.annotation.ColorInt' (TaskId:247)
1> Note: the configuration refers to the unknown class 'android.support.annotation.ColorRes' (TaskId:247)
1> Note: the configuration refers to the unknown class 'android.support.annotation.ColorRes' (TaskId:247)
1> Note: the configuration refers to the unknown class 'android.support.annotation.DimenRes' (TaskId:247)
1> Note: the configuration refers to the unknown class 'android.support.annotation.DimenRes' (TaskId:247)
1> Note: the configuration refers to the unknown class 'android.support.annotation.Dimension' (TaskId:247)
1> Note: the configuration refers to the unknown class 'android.support.annotation.Dimension' (TaskId:247)
1> Note: the configuration refers to the unknown class 'android.support.annotation.Dimension' (TaskId:247)
1> Note: the configuration refers to the unknown class 'android.support.annotation.Dimension' (TaskId:247)
1> Note: the configuration refers to the unknown class 'android.support.annotation.Dimension' (TaskId:247)
1> Note: the configuration refers to the unknown class 'android.support.annotation.Dimension' (TaskId:247)
1> Note: the configuration refers to the unknown class 'android.support.annotation.DrawableRes' (TaskId:247)
1> Note: the configuration refers to the unknown class 'android.support.annotation.DrawableRes' (TaskId:247)
1> Note: the configuration refers to the unknown class 'android.support.annotation.FloatRange' (TaskId:247)
1> Note: the configuration refers to the unknown class 'android.support.annotation.FloatRange' (TaskId:247)
1> Note: the configuration refers to the unknown class 'android.support.annotation.FractionRes' (TaskId:247)
1> Note: the configuration refers to the unknown class 'android.support.annotation.FractionRes' (TaskId:247)
1> Note: the configuration refers to the unknown class 'android.support.annotation.IdRes' (TaskId:247)
1> Note: the configuration refers to the unknown class 'android.support.annotation.IdRes' (TaskId:247)
1> Note: the configuration refers to the unknown class 'android.support.annotation.IntDef' (TaskId:247)
1> Note: the configuration refers to the unknown class 'android.support.annotation.IntDef' (TaskId:247)
1> Note: the configuration refers to the unknown class 'android.support.annotation.IntRange' (TaskId:247)
1> Note: the configuration refers to the unknown class 'android.support.annotation.IntRange' (TaskId:247)
1> Note: the configuration refers to the unknown class 'android.support.annotation.IntegerRes' (TaskId:247)
1> Note: the configuration refers to the unknown class 'android.support.annotation.IntegerRes' (TaskId:247)
1> Note: the configuration refers to the unknown class 'android.support.annotation.InterpolatorRes' (TaskId:247)
1> Note: the configuration refers to the unknown class 'android.support.annotation.InterpolatorRes' (TaskId:247)
1> Note: the configuration refers to the unknown class 'android.support.annotation.Keep' (TaskId:247)
1> Note: the configuration refers to the unknown class 'android.support.annotation.Keep' (TaskId:247)
1> Note: the configuration refers to the unknown class 'android.support.annotation.LayoutRes' (TaskId:247)
1> Note: the configuration refers to the unknown class 'android.support.annotation.LayoutRes' (TaskId:247)
1> Note: the configuration refers to the unknown class 'android.support.annotation.MainThread' (TaskId:247)
1> Note: the configuration refers to the unknown class 'android.support.annotation.MainThread' (TaskId:247)
1> Note: the configuration refers to the unknown class 'android.support.annotation.MenuRes' (TaskId:247)
1> Note: the configuration refers to the unknown class 'android.support.annotation.MenuRes' (TaskId:247)
1> Note: the configuration refers to the unknown class 'android.support.annotation.NonNull' (TaskId:247)
1> Note: the configuration refers to the unknown class 'android.support.annotation.NonNull' (TaskId:247)
1> Note: the configuration refers to the unknown class 'android.support.annotation.Nullable' (TaskId:247)
1> Note: the configuration refers to the unknown class 'android.support.annotation.Nullable' (TaskId:247)
1> Note: the configuration refers to the unknown class 'android.support.annotation.PluralsRes' (TaskId:247)
1> Note: the configuration refers to the unknown class 'android.support.annotation.PluralsRes' (TaskId:247)
1> Note: the configuration refers to the unknown class 'android.support.annotation.Px' (TaskId:247)
1> Note: the configuration refers to the unknown class 'android.support.annotation.Px' (TaskId:247)
1> Note: the configuration refers to the unknown class 'android.support.annotation.RawRes' (TaskId:247)
1> Note: the configuration refers to the unknown class 'android.support.annotation.RawRes' (TaskId:247)
1> Note: the configuration refers to the unknown class 'android.support.annotation.RequiresApi' (TaskId:247)
1> Note: the configuration refers to the unknown class 'android.support.annotation.RequiresApi' (TaskId:247)
1> Note: the configuration refers to the unknown class 'android.support.annotation.RequiresPermission$Read' (TaskId:247)
1> Note: the configuration refers to the unknown class 'android.support.annotation.RequiresPermission$Read' (TaskId:247)
1> Note: the configuration refers to the unknown class 'android.support.annotation.RequiresPermission$Write' (TaskId:247)
1> Note: the configuration refers to the unknown class 'android.support.annotation.RequiresPermission$Write' (TaskId:247)
1> Note: the configuration refers to the unknown class 'android.support.annotation.RequiresPermission' (TaskId:247)
1> Note: the configuration refers to the unknown class 'android.support.annotation.RequiresPermission' (TaskId:247)
1> Note: the configuration refers to the unknown class 'android.support.annotation.RestrictTo$Scope' (TaskId:247)
1> Note: the configuration refers to the unknown class 'android.support.annotation.RestrictTo$Scope' (TaskId:247)
1> Note: the configuration refers to the unknown class 'android.support.annotation.RestrictTo' (TaskId:247)
1> Note: the configuration refers to the unknown class 'android.support.annotation.RestrictTo' (TaskId:247)
1> Note: the configuration refers to the unknown class 'android.support.annotation.Size' (TaskId:247)
1> Maybe you meant the fully qualified name 'android.util.Size'? (TaskId:247)
1> Note: the configuration refers to the unknown class 'android.support.annotation.Size' (TaskId:247)
1> Maybe you meant the fully qualified name 'android.util.Size'? (TaskId:247)
1> Note: the configuration refers to the unknown class 'android.support.annotation.StringDef' (TaskId:247)
1> Note: the configuration refers to the unknown class 'android.support.annotation.StringDef' (TaskId:247)
1> Note: the configuration refers to the unknown class 'android.support.annotation.StringRes' (TaskId:247)
1> Note: the configuration refers to the unknown class 'android.support.annotation.StringRes' (TaskId:247)
1> Note: the configuration refers to the unknown class 'android.support.annotation.StyleRes' (TaskId:247)
1> Note: the configuration refers to the unknown class 'android.support.annotation.StyleRes' (TaskId:247)
1> Note: the configuration refers to the unknown class 'android.support.annotation.StyleableRes' (TaskId:247)
1> Note: the configuration refers to the unknown class 'android.support.annotation.StyleableRes' (TaskId:247)
1> Note: the configuration refers to the unknown class 'android.support.annotation.TransitionRes' (TaskId:247)
1> Note: the configuration refers to the unknown class 'android.support.annotation.TransitionRes' (TaskId:247)
1> Note: the configuration refers to the unknown class 'android.support.annotation.UiThread' (TaskId:247)
1> Note: the configuration refers to the unknown class 'android.support.annotation.UiThread' (TaskId:247)
1> Note: the configuration refers to the unknown class 'android.support.annotation.VisibleForTesting' (TaskId:247)
1> Note: the configuration refers to the unknown class 'android.support.annotation.VisibleForTesting' (TaskId:247)
1> Note: the configuration refers to the unknown class 'android.support.annotation.VisibleForTesting' (TaskId:247)
1> Note: the configuration refers to the unknown class 'android.support.annotation.VisibleForTesting' (TaskId:247)
1> Note: the configuration refers to the unknown class 'android.support.annotation.VisibleForTesting' (TaskId:247)
1> Note: the configuration refers to the unknown class 'android.support.annotation.VisibleForTesting' (TaskId:247)
1> Note: the configuration refers to the unknown class 'android.support.annotation.WorkerThread' (TaskId:247)
1> Note: the configuration refers to the unknown class 'android.support.annotation.WorkerThread' (TaskId:247)
1> Note: the configuration refers to the unknown class 'android.support.annotation.XmlRes' (TaskId:247)
1> Note: the configuration refers to the unknown class 'android.support.annotation.XmlRes' (TaskId:247)
1> Note: android.support.v4.app.NotificationCompatJellybean calls 'Field.getType' (TaskId:247)
1> Note: android.support.v4.media.ParceledListSliceAdapterApi21: can't find dynamically referenced class android.content.pm.ParceledListSlice (TaskId:247)
1> Note: android.support.v4.text.ICUCompatApi23: can't find dynamically referenced class libcore.icu.ICU (TaskId:247)
1> Note: android.support.v4.text.ICUCompatIcs: can't find dynamically referenced class libcore.icu.ICU (TaskId:247)
1> Note: android.support.v7.app.ResourcesFlusher: can't find dynamically referenced class android.content.res.ThemedResourceCache (TaskId:247)
1> Note: android.support.v7.widget.DrawableUtils: can't find dynamically referenced class android.graphics.Insets (TaskId:247)
1> Note: android.support.v4.app.NotificationCompatJellybean accesses a declared field 'icon' dynamically (TaskId:247)
1> Maybe this is program field 'android.support.compat.R$attr { int icon; }' (TaskId:247)
1> Maybe this is program field 'android.support.compat.R$drawable { int icon; }' (TaskId:247)
1> Maybe this is program field 'android.support.compat.R$id { int icon; }' (TaskId:247)
1> Maybe this is program field 'android.support.coreui.R$attr { int icon; }' (TaskId:247)
1> Maybe this is program field 'android.support.coreui.R$drawable { int icon; }' (TaskId:247)
1> Maybe this is program field 'android.support.coreui.R$id { int icon; }' (TaskId:247)
1> Maybe this is program field 'android.support.coreutils.R$attr { int icon; }' (TaskId:247)
1> Maybe this is program field 'android.support.coreutils.R$drawable { int icon; }' (TaskId:247)
1> Maybe this is program field 'android.support.coreutils.R$id { int icon; }' (TaskId:247)
1> Maybe this is program field 'android.support.design.R$attr { int icon; }' (TaskId:247)
1> Maybe this is program field 'android.support.design.R$drawable { int icon; }' (TaskId:247)
1> Maybe this is program field 'android.support.design.R$id { int icon; }' (TaskId:247)
1> Maybe this is program field 'android.support.fragment.R$attr { int icon; }' (TaskId:247)
1> Maybe this is program field 'android.support.fragment.R$drawable { int icon; }' (TaskId:247)
1> Maybe this is program field 'android.support.fragment.R$id { int icon; }' (TaskId:247)
1> Maybe this is program field 'android.support.graphics.drawable.R$attr { int icon; }' (TaskId:247)
1> Maybe this is program field 'android.support.graphics.drawable.R$drawable { int icon; }' (TaskId:247)
1> Maybe this is program field 'android.support.graphics.drawable.R$id { int icon; }' (TaskId:247)
1> Maybe this is program field 'android.support.graphics.drawable.animated.R$attr { int icon; }' (TaskId:247)
1> Maybe this is program field 'android.support.graphics.drawable.animated.R$drawable { int icon; }' (TaskId:247)
1> Maybe this is program field 'android.support.graphics.drawable.animated.R$id { int icon; }' (TaskId:247)
1> Maybe this is program field 'android.support.mediacompat.R$attr { int icon; }' (TaskId:247)
1> Maybe this is program field 'android.support.mediacompat.R$drawable { int icon; }' (TaskId:247)
1> Maybe this is program field 'android.support.mediacompat.R$id { int icon; }' (TaskId:247)
1> Maybe this is program field 'android.support.transition.R$attr { int icon; }' (TaskId:247)
1> Maybe this is program field 'android.support.transition.R$drawable { int icon; }' (TaskId:247)
1> Maybe this is program field 'android.support.transition.R$id { int icon; }' (TaskId:247)
1> Maybe this is program field 'android.support.v4.app.NotificationCompat$Action { int icon; }' (TaskId:247)
1> Maybe this is program field 'android.support.v7.appcompat.R$attr { int icon; }' (TaskId:247)
1> Maybe this is program field 'android.support.v7.appcompat.R$drawable { int icon; }' (TaskId:247)
1> Maybe this is program field 'android.support.v7.appcompat.R$id { int icon; }' (TaskId:247)
1> Maybe this is program field 'android.support.v7.recyclerview.R$attr { int icon; }' (TaskId:247)
1> Maybe this is program field 'android.support.v7.recyclerview.R$drawable { int icon; }' (TaskId:247)
1> Maybe this is program field 'android.support.v7.recyclerview.R$id { int icon; }' (TaskId:247)
1> Maybe this is program field 'proguardwarnings.proguardwarnings.R$attr { int icon; }' (TaskId:247)
1> Maybe this is program field 'proguardwarnings.proguardwarnings.R$drawable { int icon; }' (TaskId:247)
1> Maybe this is program field 'proguardwarnings.proguardwarnings.R$id { int icon; }' (TaskId:247)
1> Maybe this is library field 'android.R$attr { int icon; }' (TaskId:247)
1> Maybe this is library field 'android.R$id { int icon; }' (TaskId:247)
1> Maybe this is library field 'android.app.LauncherActivity$ListItem { android.graphics.drawable.Drawable icon; }' (TaskId:247)
1> Maybe this is library field 'android.app.Notification { int icon; }' (TaskId:247)
1> Maybe this is library field 'android.app.Notification$Action { int icon; }' (TaskId:247)
1> Maybe this is library field 'android.appwidget.AppWidgetProviderInfo { int icon; }' (TaskId:247)
1> Maybe this is library field 'android.content.pm.PackageItemInfo { int icon; }' (TaskId:247)
1> Maybe this is library field 'android.content.pm.ResolveInfo { int icon; }' (TaskId:247)
1> Maybe this is library field 'android.inputmethodservice.Keyboard$Key { android.graphics.drawable.Drawable icon; }' (TaskId:247)
1> Maybe this is library field 'android.service.notification.Condition { int icon; }' (TaskId:247)
1> Maybe this is library field 'android.speech.tts.TextToSpeech$EngineInfo { int icon; }' (TaskId:247)
1> Note: android.support.v4.app.NotificationCompatJellybean accesses a declared field 'title' dynamically (TaskId:247)
1> Maybe this is program field 'android.support.compat.R$attr { int title; }' (TaskId:247)
1> Maybe this is program field 'android.support.compat.R$id { int title; }' (TaskId:247)
1> Maybe this is program field 'android.support.coreui.R$attr { int title; }' (TaskId:247)
1> Maybe this is program field 'android.support.coreui.R$id { int title; }' (TaskId:247)
1> Maybe this is program field 'android.support.coreutils.R$attr { int title; }' (TaskId:247)
1> Maybe this is program field 'android.support.coreutils.R$id { int title; }' (TaskId:247)
1> Maybe this is program field 'android.support.design.R$attr { int title; }' (TaskId:247)
1> Maybe this is program field 'android.support.design.R$id { int title; }' (TaskId:247)
1> Maybe this is program field 'android.support.fragment.R$attr { int title; }' (TaskId:247)
1> Maybe this is program field 'android.support.fragment.R$id { int title; }' (TaskId:247)
1> Maybe this is program field 'android.support.graphics.drawable.R$attr { int title; }' (TaskId:247)
1> Maybe this is program field 'android.support.graphics.drawable.R$id { int title; }' (TaskId:247)
1> Maybe this is program field 'android.support.graphics.drawable.animated.R$attr { int title; }' (TaskId:247)
1> Maybe this is program field 'android.support.graphics.drawable.animated.R$id { int title; }' (TaskId:247)
1> Maybe this is program field 'android.support.mediacompat.R$attr { int title; }' (TaskId:247)
1> Maybe this is program field 'android.support.mediacompat.R$id { int title; }' (TaskId:247)
1> Maybe this is program field 'android.support.transition.R$attr { int title; }' (TaskId:247)
1> Maybe this is program field 'android.support.transition.R$id { int title; }' (TaskId:247)
1> Maybe this is program field 'android.support.v4.app.NotificationCompat$Action { java.lang.CharSequence title; }' (TaskId:247)
1> Maybe this is program field 'android.support.v7.appcompat.R$attr { int title; }' (TaskId:247)
1> Maybe this is program field 'android.support.v7.appcompat.R$id { int title; }' (TaskId:247)
1> Maybe this is program field 'android.support.v7.recyclerview.R$attr { int title; }' (TaskId:247)
1> Maybe this is program field 'android.support.v7.recyclerview.R$id { int title; }' (TaskId:247)
1> Maybe this is program field 'proguardwarnings.proguardwarnings.R$attr { int title; }' (TaskId:247)
1> Maybe this is program field 'proguardwarnings.proguardwarnings.R$id { int title; }' (TaskId:247)
1> Maybe this is library field 'android.R$attr { int title; }' (TaskId:247)
1> Maybe this is library field 'android.R$id { int title; }' (TaskId:247)
1> Maybe this is library field 'android.app.Notification$Action { java.lang.CharSequence title; }' (TaskId:247)
1> Maybe this is library field 'android.preference.PreferenceActivity$Header { java.lang.CharSequence title; }' (TaskId:247)
1> Note: android.support.v4.app.NotificationCompatJellybean accesses a declared field 'actionIntent' dynamically (TaskId:247)
1> Maybe this is program field 'android.support.v4.app.NotificationCompat$Action { android.app.PendingIntent actionIntent; }' (TaskId:247)
1> Maybe this is library field 'android.app.Notification$Action { android.app.PendingIntent actionIntent; }' (TaskId:247)
1> Note: android.support.v4.app.NotificationManagerCompatKitKat accesses a declared field 'OP_POST_NOTIFICATION' dynamically (TaskId:247)
1> Maybe this is program field 'android.support.v4.app.NotificationManagerCompatKitKat { java.lang.String OP_POST_NOTIFICATION; }' (TaskId:247)
1> Note: android.support.v7.app.ResourcesFlusher accesses a declared field 'mDrawableCache' dynamically (TaskId:247)
1> Note: android.support.v7.app.ResourcesFlusher accesses a declared field 'mUnthemedEntries' dynamically (TaskId:247)
1> Note: the configuration keeps the entry point 'android.support.design.widget.BaseTransientBottomBar$SnackbarBaseLayout { void setOnLayoutChangeListener(android.support.design.widget.BaseTransientBottomBar$OnLayoutChangeListener); }', but not the descriptor class 'android.support.design.widget.BaseTransientBottomBar$OnLayoutChangeListener' (TaskId:247)
1> Note: the configuration keeps the entry point 'android.support.design.widget.BaseTransientBottomBar$SnackbarBaseLayout { void setOnAttachStateChangeListener(android.support.design.widget.BaseTransientBottomBar$OnAttachStateChangeListener); }', but not the descriptor class 'android.support.design.widget.BaseTransientBottomBar$OnAttachStateChangeListener' (TaskId:247)
1> Note: the configuration keeps the entry point 'android.support.design.widget.TabLayout { void setScrollAnimatorListener(android.support.design.widget.ValueAnimatorCompat$AnimatorListener); }', but not the descriptor class 'android.support.design.widget.ValueAnimatorCompat$AnimatorListener' (TaskId:247)
1> Note: the configuration keeps the entry point 'android.support.transition.Scene { Scene(android.support.transition.SceneImpl); }', but not the descriptor class 'android.support.transition.SceneImpl' (TaskId:247)
1> Note: the configuration keeps the entry point 'android.support.v4.view.AbsSavedState { AbsSavedState(android.support.v4.view.AbsSavedState$1); }', but not the descriptor class 'android.support.v4.view.AbsSavedState$1' (TaskId:247)
1> Note: the configuration keeps the entry point 'mono.android.support.transition.Transition_TransitionListenerImplementor { void onTransitionResume(android.support.transition.TransitionInterface); }', but not the descriptor class 'android.support.transition.TransitionInterface' (TaskId:247)
1> Note: the configuration keeps the entry point 'mono.android.support.transition.Transition_TransitionListenerImplementor { void onTransitionPause(android.support.transition.TransitionInterface); }', but not the descriptor class 'android.support.transition.TransitionInterface' (TaskId:247)
1> Note: the configuration keeps the entry point 'mono.android.support.transition.Transition_TransitionListenerImplementor { void onTransitionCancel(android.support.transition.TransitionInterface); }', but not the descriptor class 'android.support.transition.TransitionInterface' (TaskId:247)
1> Note: the configuration keeps the entry point 'mono.android.support.transition.Transition_TransitionListenerImplementor { void onTransitionEnd(android.support.transition.TransitionInterface); }', but not the descriptor class 'android.support.transition.TransitionInterface' (TaskId:247)
1> Note: the configuration keeps the entry point 'mono.android.support.transition.Transition_TransitionListenerImplementor { void onTransitionStart(android.support.transition.TransitionInterface); }', but not the descriptor class 'android.support.transition.TransitionInterface' (TaskId:247)
1> Note: there were 109 references to unknown classes. (TaskId:247)
1> You should check your configuration for typos. (TaskId:247)
1> (http://proguard.sourceforge.net/manual/troubleshooting.html#unknownclass) (TaskId:247)
1> Note: there were 1 classes trying to access generic signatures using reflection. (TaskId:247)
1> You should consider keeping the signature attributes (TaskId:247)
1> (using '-keepattributes Signature'). (TaskId:247)
1> (http://proguard.sourceforge.net/manual/troubleshooting.html#attributes) (TaskId:247)
1> Note: there were 10 unkept descriptor classes in kept class members. (TaskId:247)
1> You should consider explicitly keeping the mentioned classes (TaskId:247)
1> (using '-keep'). (TaskId:247)
1> (http://proguard.sourceforge.net/manual/troubleshooting.html#descriptorclass) (TaskId:247)
1> Note: there were 5 unresolved dynamic references to classes or interfaces. (TaskId:247)
1> You should check if you need to specify additional program jars. (TaskId:247)
1> (http://proguard.sourceforge.net/manual/troubleshooting.html#dynamicalclass) (TaskId:247)
1> Note: there were 6 accesses to class members by means of introspection. (TaskId:247)
1> You should consider explicitly keeping the mentioned class members (TaskId:247)
1> (using '-keep' or '-keepclassmembers'). (TaskId:247)
1> (http://proguard.sourceforge.net/manual/troubleshooting.html#dynamicalclassmember) (TaskId:247)
1> Ignoring unused library classes... (TaskId:247)
1> Original number of library classes: 3828 (TaskId:247)
1> Final number of library classes: 1290 (TaskId:247)
1> Shrinking... (TaskId:247)
1> Removing unused program classes and class elements... (TaskId:247)
1> Original number of program classes: 2512 (TaskId:247)
1> Final number of program classes: 2354 (TaskId:247)
1> Writing output... (TaskId:247)
1> Preparing output jar [C:\Users\dougl\Documents\Visual Studio 2017\Projects\ProguardWarnings\ProguardWarnings\obj\Release\proguard\__proguard_output__.jar] (TaskId:247)
1> Copying resources from program jar [C:\Users\dougl\Documents\Visual Studio 2017\Projects\ProguardWarnings\ProguardWarnings\obj\Release\proguard\__proguard_input__.jar] (TaskId:247)
1> Copying resources from program jar [C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\Common7\IDE\ReferenceAssemblies\Microsoft\Framework\MonoAndroid\v7.1\mono.android.jar] (TaskId:247)
1> Copying resources from program jar [C:\Users\dougl\Documents\Visual Studio 2017\Projects\ProguardWarnings\ProguardWarnings\obj\Release\__library_projects__\Xamarin.Android.Support.Animated.Vector.Drawable\library_project_imports\classes.jar] (TaskId:247)
1> Copying resources from program jar [C:\Users\dougl\Documents\Visual Studio 2017\Projects\ProguardWarnings\ProguardWarnings\obj\Release\__library_projects__\Xamarin.Android.Support.Compat\library_project_imports\classes.jar] (TaskId:247)
1> Copying resources from program jar [C:\Users\dougl\Documents\Visual Studio 2017\Projects\ProguardWarnings\ProguardWarnings\obj\Release\__library_projects__\Xamarin.Android.Support.Core.UI\library_project_imports\classes.jar] (TaskId:247)
1> Copying resources from program jar [C:\Users\dougl\Documents\Visual Studio 2017\Projects\ProguardWarnings\ProguardWarnings\obj\Release\__library_projects__\Xamarin.Android.Support.Core.Utils\library_project_imports\classes.jar] (TaskId:247)
1> Copying resources from program jar [C:\Users\dougl\Documents\Visual Studio 2017\Projects\ProguardWarnings\ProguardWarnings\obj\Release\__library_projects__\Xamarin.Android.Support.Design\library_project_imports\classes.jar] (TaskId:247)
1> Copying resources from program jar [C:\Users\dougl\Documents\Visual Studio 2017\Projects\ProguardWarnings\ProguardWarnings\obj\Release\__library_projects__\Xamarin.Android.Support.Fragment\library_project_imports\classes.jar] (TaskId:247)
1> Copying resources from program jar [C:\Users\dougl\Documents\Visual Studio 2017\Projects\ProguardWarnings\ProguardWarnings\obj\Release\__library_projects__\Xamarin.Android.Support.Media.Compat\library_project_imports\classes.jar] (TaskId:247)
1> Copying resources from program jar [C:\Users\dougl\Documents\Visual Studio 2017\Projects\ProguardWarnings\ProguardWarnings\obj\Release\__library_projects__\Xamarin.Android.Support.Transition\library_project_imports\classes.jar] (TaskId:247)
1> Copying resources from program jar [C:\Users\dougl\Documents\Visual Studio 2017\Projects\ProguardWarnings\ProguardWarnings\obj\Release\__library_projects__\Xamarin.Android.Support.v7.AppCompat\library_project_imports\classes.jar] (TaskId:247)
1> Copying resources from program jar [C:\Users\dougl\Documents\Visual Studio 2017\Projects\ProguardWarnings\ProguardWarnings\obj\Release\__library_projects__\Xamarin.Android.Support.v7.RecyclerView\library_project_imports\classes.jar] (TaskId:247)
1> Copying resources from program jar [C:\Users\dougl\Documents\Visual Studio 2017\Projects\ProguardWarnings\ProguardWarnings\obj\Release\__library_projects__\Xamarin.Android.Support.Vector.Drawable\library_project_imports\classes.jar] (TaskId:247)
1> Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF8 (TaskId:247)
1>Done executing task "Proguard". (TaskId:247)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment