Issue
I have two very annoying bugs which is ocurring in the project I am working with. Android Studio keeps overwritting code from many classes using another classes inside the same project.
1 - File contents are wrong
2 - The encoding inside some files seems to have strange characters
For you to have an idea, I will upload a few screenshots below:
This one was supposed to be an enumeration class.
This class was duplicated in another class (overwritting)
This class is all messed up and has strange characters...
At first, I thought the files were really corrupted, then I opened them in their respective folders to check whether it was only in Android Studio or not, and they are completely normal there.
ActivitiesMode.java
ReviewDatesRecyclerView (duplicated file)
ReviewEditRecyclerViewAdapter (UTF Strange characters)
Does someone has an idea on what can be happening?
Solution
I managed to solve all these problems by completely reinstalling Android Studio 3.3 and deleting all the configurations and related folders.
At first, I've reinstalled the IDE, but the same problem occured. Then I tried to follow instructions about encoding on this answer "Android Studio : unmappable character for encoding UTF-8"
None of these had any effect.
Here's how I fixed it:
- Uninstalled Android Studio
- Deleted Android Studio SDK
- Deleted .gradle, .android, .AndroidStudio3.3 folders located in C:\Users\MyUserName
- Fresh Installed Android Studio 3.3
- Opened it's encoding settings on File > Settings > File Encodings
- Changed all encoding types to UTF-8 (Global, Project and Default)
Answered By - Dimas Mendes
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.