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
pubconstToolsOptions=@compileError("Use android.Sdk.Options instead of android.Apk.Options with the Sdk.createApk method");
20
20
/// Deprecated: Use Sdk.CreateKey instead.
21
-
pubconstCreateKey=@compileError("Use android.Sdk.CreateKey instead of android.CreateKey");
21
+
pubconstCreateKey=@compileError("Use android.Sdk.CreateKey instead of android.CreateKey. Change 'android_tools.createKeyStore(android.CreateKey.example())' to 'android_sdk.createKeyStore(.example)'");
22
22
/// Deprecated: Use Apk not APK
23
23
pubconstAPK=@compileError("Use android.Apk instead of android.APK");
0 commit comments