Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Android Studio file type extension definitions

I created a new file (with .frag extension) within Android Studio, and a window "Register New File Type Association" popped up. I wasn't paying attention and I selected "Open matching files in associated application" which now makes it so any time I try to open a *.frag file it opens in Gedit (which I had open at the time of the file creation). I checked file types in Settings but I didn't see an option to change the association definition. I want my *.frag files to open in Android Studio.

like image 656
BlazePascal Avatar asked Sep 16 '25 08:09

BlazePascal


1 Answers

register-new-file-type-association-dialog

I just made the same mistake.

  1. Go to Setting
  2. write 'file types' on the search box
  3. select the 'File types' under 'Editor'
  4. find the one you assigned and delete it.
like image 53
Nabuska Avatar answered Sep 19 '25 16:09

Nabuska