You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-keep,includedescriptorclasses public class com.google.firebase.remoteconfig.FirebaseRemoteConfig{ *; }
-keep,includedescriptorclasses public class com.google.firebase.remoteconfig.FirebaseRemoteConfigFetchThrottledException{ *; }
-keep,includedescriptorclasses public class com.google.firebase.remoteconfig.FirebaseRemoteConfigInfo{ *; }
-keep,includedescriptorclasses public class com.google.firebase.remoteconfig.FirebaseRemoteConfigSettings{ *; }
-keep,includedescriptorclasses public class com.google.firebase.remoteconfig.FirebaseRemoteConfigSettings$Builder{ *; }
-keep,includedescriptorclasses public class com.google.firebase.remoteconfig.FirebaseRemoteConfigValue{ *; }
run apk - bug application crashes. Possible error lines in adb logcat:
Abort message: 'Java class com/google/firebase/FirebaseApp not found. Please verify the AAR which contains the com/google/firebase/FirebaseApp class is included in your app.'
....
Abort message: 'Java class com/google/firebase/remoteconfig/FirebaseRemoteConfig not found. Please verify the AAR which contains the com/google/firebase/remoteconfig/FirebaseRemoteConfig class is included in your app.'
....
firebase: Unable to find Method com/google/firebase/analytics/FirebaseAnalytics.setAnalyticsCollectionEnabled (signature '(Z)V', instance). Please verify the AAR which contains the com/google/firebase/analytics/FirebaseAnalytics class is included in your app.
...
Problem: proguard files in libs/android/.pro are almost empty or does not have proper rules assigned
It seems like most (or all files) are incorrect in libs/android/.pro https://dl.google.com/firebase/sdk/cpp/firebase_cpp_sdk_8.3.0.zip
proguard files were proper in version 6.2.0.
The text was updated successfully, but these errors were encountered:
crazyhappygame
changed the title
[Bug] Incorrect android proguard files libs/android/*.pro
[Bug] Incorrect android proguard files in libs/android/*.pro
Aug 14, 2021
[REQUIRED] Please fill in the following fields:
[REQUIRED] Please describe the issue here:
Please e.g. comapare file content of libs/android/remote_config.pro from version https://dl.google.com/firebase/sdk/cpp/firebase_cpp_sdk_6.2.0.zip
With libs/android/remote_config.pro from version https://dl.google.com/firebase/sdk/cpp/firebase_cpp_sdk_8.3.0.zip
Bug:
There is not "FirebaseRemoteConfig" in proguard configuration. All FirebaseRemoteConfig are removed. Application crashes when proguard is enabled
Steps to reproduce:
and proguards enable "minifyEnabled true"
Problem: proguard files in libs/android/.pro are almost empty or does not have proper rules assigned
It seems like most (or all files) are incorrect in libs/android/.pro https://dl.google.com/firebase/sdk/cpp/firebase_cpp_sdk_8.3.0.zip
proguard files were proper in version 6.2.0.
The text was updated successfully, but these errors were encountered: