Capture the screen on mobile phone and save to computer with adb

When your computer needs to take a screenshot of a mobile phone, you will take a screenshot on the m...
Dec 28, 2021 Android Comments 0

Android Studio error "Installed Build Tools revision 31.0.0 is corrupted"

IssueI recently upgraded the build version of the Android project, as follows:buildscript { ext {...
Oct 16, 2021 Android Comments 0

Android Studio build: Execution failed for task ':app:packageRelease'. java.lang.OutOfMemoryError

IssueTo generate a signed Apk in Android Studio, I click Build -> Generate Signed Bundle / APK... . ...
Oct 15, 2021 Android Comments 0

No internet on Android emulator

IssueOn macOS 10.15.5, I start the Android emulator from the command line.% emulator -avd Pixel_XL_A...
Sep 14, 2021 Android Comments 0

Android emulator Error: PANIC: Missing emulator engine program for 'x86' CPU.

IssueOn macOS Catalina 10.15.5, Android Studio 4.1.2, I try to start the emulator from the command l...
Sep 01, 2021 Android Comments 0

Hiding the Bottom Navigation when keyboard shows

IssueI have an android application, and I use ahbottomnavigation or BottomNavigationView. I need the...
Aug 03, 2021 Android Comments 0

java.lang.NoClassDefFoundError: Landroidx/localbroadcastmanager/content/LocalBroadcastManager

IssueIn the androidx project, I write these code as bellow.LocalBroadcastManager mgr = LocalBroadcas...
Jul 08, 2020 Android Comments 0

Android Cannot fit requested classes in a single dex file (# methods: 72777 > 65536)

IssueWhen integrating react-native-navigation into React Native app, an error occurs when building o...
Jun 30, 2020 Android Comments 0

Android ERROR: Could not find method jackOptions() for arguments

QuestionIn Android Studio 3.5.1, an error occurred during compiling.ERROR: Could not find method jac...
May 04, 2020 Android Comments 0

Fix Android 9+ Error: Cleartext HTTP traffic not permitted

QuestionMy Android project works fine on on Android 8 and below, but on Android P+, the http connect...
Apr 26, 2020 Android Comments 0