android studio does not recognize.mp3 file - android-studio

i put the mp3 file in raw folder but android studio still think it is txt file
I cleared the cache of android studio
enter image description here

Related

android asks for sdk location, I downloaded the zip file from developer.android but my problem is not yet resolved

Android studio suddenly doesn't work
For reinstalling the Android Studio and to remove its setting before installing i deleted the Android folder located in C:\Users\admin\AppData\Local\Android After that my android studio still doesn't work it asks for the location of Sdk

How to restore gradle and java files in android studio

I wanted to look at my gradle and java files as a txt file but I accidentally set the files to open in notepad by default. Now none of my android studio projects will load because it's trying to load the java and gradle files in notepad and they aren't loading in android studio. Is there anyway to change this back?
Are you now using Android Studio? Please do following steps on your Android Studio
Go to Your project Directory and remove .gradle file
Import Your project using Android Studio
File > Re-Import Gradle Project

Unknown Attribute Android: error on Android STUDIO 3.2.1

Things i have done to resolve this issue:
Clean Build & Rebuild
Deleted .idea file
Invalidated Caches/ Restart.. option
Turn On Power Save Mode.
SDk is up to date.
Sync Project with Gradle Files done.
Reinstall Android Studio done
recreate new project done
changed something in app Gradle file and synced the project again
android studio old version change also not help
Intellij shows to reset to default namespace, it will delete android namespace..
(In Project, Layout file corrections not reflecting into app)
Android Studio Version
Error Image
gradle image
Intelij Solution
This worked for me
Close Android studio
Delete all files from
C:\Users\.AndroidStudio3.2\system\caches
C:\Users\.AndroidStudio3.2\config //not importent
start android studio
Ran into the same issue. Seems to be something specifically related to Android Studio 3.2. My solution on Windows was to delete everything withing the cache/ folder in the .AndroidStudio3.2/ folder.
This problem happen for Android studio Cache & History.
Firstly In android studio go File -> Close Project and Exit Android Studio.
Then Delete below 2 Folders:
C:\Users\user-name.AndroidStudio3.X\system\caches
C:\Users\user-name.AndroidStudio3.X\config\terminal\history (optional)
Open the Android Studio and Enjoy!
Complete uninstall Android Studio (including system and cache files) and Reinstalling clears my bug...

Android Studio doesn't show gradle.properties file

Since I created a global gradle configuration in %USER_HOME%/.gradle/gradle.properties, my project in android studio doesn't show me the local gradle.properties file anymore.
Instead I see a "Resource Bundle 'gradle'" which contains only the global file.
Can anyone guide me how to get the local file back in the view?
I am using latest Android Studio 3.2

How to install .apk file in android studio?

I am new to android studio (1.5.1) and would like to open an *.APK extension file. Please tell me steps to open the file in android studio.
Android application package (APK) is the package file format used by the Android operating system for distribution and installation of mobile apps and middleware.
Android application package format
You cannot open it in Android Studio. APK is what you will get as end result when you develop applications for Android. It is binary file, not source file you can modify at will.
In You Path get APK file in D\ProjectPath\app\build\outputs\apk
app-debug.apk file is Your APK file path to get
You will get apk file from here directly
If you want to build sign apk then select menu Build->Generate Signed Apk

Resources