Category: Android

AndroidFlutter
2021-12-26 13:14 (4 years ago)

AppLinks on Android is a feature that allows an app to be launched when navigating to a URL with "https://" in Android Chrome, provided the URL matches a specific pattern. Unlike traditional Deep Links, AppLinks identify the app through its signature, enabling secure information transfer to specific apps controlled within the domain. This article will detail the steps to enable this feature.

Android
2021-12-26 03:09 (4 years ago)

In Android development, there was an issue where the SHA256 fingerprint was not displayed when trying to generate a keystore and display the fingerprint using keytool. This issue can be resolved by specifying the correct options with keytool. If this problem occurs, it seems that the SHA256 fingerprint is being displayed in the place of the SHA1 fingerprint.

Android
2019-09-13 10:45 (6 years ago)

Creating an app with Flutter and encountering an issue where debugging in Android Studio works fine, but when running `flutter build apk`, the error "Gradle task assembleRelease failed with exit code 1" appears and the APK is not generated.

Android
2019-09-09 05:57 (6 years ago)

1. Terminate the emulator 2. From AVD Manager, select Cold boot now

Categories

Archive