I am using Android Studio with MacBook, and copied and pasted an audio file in raw folder.
The audio file(mp3) which I want to use is 10.3MB, so Android Studio says, "The file size exceeds configured limit. Code insight features are not available." And, I resized the audio file with a random resizer online. However, when I resize the file, Android Studio says, "File was loaded in the wrong encoding: 'UTF-8'".
Now, I tried everything that I could find in stack overflow. I turned off bluetooth and stuff like that... Also, I deleted cache with:
~/Library/Preferences/AndroidStudio[Preview]_X.Y_
~/Library/Caches/AndroidStudio[Preview]_X.Y_
~/Library/Logs/AndroidStudio[Preview]_X.Y_
~/Library/Application Support/AndroidStudio[Preview]_X.Y_
Are there any advises? It seems like it would work on windows to just copy and paste an audio file in raw folder, but I am using Mac, so it's not working. This is how I thought.