11.0.4 firebaseライブラリバージョンで作業していました。 11.2.0と私は(上ProGuardの付き)のリリースバージョンをビルドしようとすると、私はエラーを取得:今日、私は最新に切り替えたfirebaseライブラリバージョン11.2.0のProGuardエラー(警告)
Warning:com.google.android.gms.internal.zzbdo: can't find referenced method 'boolean isInstantApp(java.lang.String)' in library class android.content.pm.PackageManager
Warning:there were 1 unresolved references to library class members.
Warning:Exception while processing task java.io.IOException: Please correct the above warnings first.
Error:Execution failed for task ':app:transformClassesAndResourcesWithProguardForRelease'.
> Job failed, see logs for details
そしてGradleのコンソール:
Warning: there were 1 unresolved references to library class members.
You probably need to update the library versions.
(http://proguard.sourceforge.net/manual/troubleshooting.html#unresolvedlibraryclassmember)
問題を解決できましたか?私は同じ問題を抱えています。 – MateenSheikh
はい、下記の私の答えをチェックしてください。 – AppiDevo