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...
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 {...
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... . ...
No internet on Android emulator
IssueOn macOS 10.15.5, I start the Android emulator from the command line.% emulator -avd Pixel_XL_A...
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...
Hiding the Bottom Navigation when keyboard shows
IssueI have an android application, and I use ahbottomnavigation or BottomNavigationView. I need the...
java.lang.NoClassDefFoundError: Landroidx/localbroadcastmanager/content/LocalBroadcastManager
IssueIn the androidx project, I write these code as bellow.LocalBroadcastManager mgr = LocalBroadcas...
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...
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...
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...
Topics
Hot Articles