Where to place the ‘assets’ folder in Android Studio?

Since Android Studio uses the new Gradle-based build system, you should be putting assets/ inside of the source sets (e.g., src/main/assets/). In a typical Android Studio project, you will have an app/ module, with a main/ sourceset (app/src/main/ off of the project root), and so your primary assets would go in app/src/main/assets/. However: If you … Read more

Android Studio shows wrong file contents

UPDATE: Quicker solution by the user Hong given below: Delete the caches folder: C:\Users\my_user_name\.AndroidStudio3.3\system\caches ===================== Here’s what worked for me. Close Android Studio Go to C:\Users*your username* Locate the Android Studio settings directory named .AndroidStudioX.X (X.X being the version) Rename it to something like old.AndroidStudioX.X Start Android Studio, and when it asks if you want … Read more

Android Studio / kotlin

Android studio version 2.x requirements for windows OS version : Windows 7 or later RAM : 3 GB RAM minimum, 8 GB RAM recommended; plus 1 GB for the Android Emulator Disk space : 500 MB disk space for Android Studio, at least 1.5 GB for Android SDK, emulator system images, and caches Java version … Read more