Useful Android Secret Codes

Android has a set of useful secret codes for debugging functionality and displaying additional information about the device. here, we cover some of Android’s Utility Secret Codes. NOTE: Please try these codes at your own risk as some of them can cause irretrievable data loss. Let us know if you found these useful. In case…

Read More

[Fixed] : “Could not find com.android.tools.build:aapt2” Error

You import a project in the new version of Android Studio and get the following error (while running or building) Could not find com.android.tools.build:aapt2:3.3.0-5013011. Searched in the following locations: … Required by: project :app The problem is the missing dependency. Beginning with Android Studio 3.2 Canary 11, the source for AAPT2 (Android Asset Packaging Tool…

Read More