I am very very new to Android Studio and coding in general. I'm working on a project that involves me moving open sourced code to android studio emulator. However, one of the folders that needs to be moved over is the .settings folder. It contains a file called "org.eclipse.jdt.core.prefs". When I tried to add it as a file, android studio does not have a file pattern that recognizes .prefs. How else would I be able to add this file in? Thank you!
Asked
Active
Viewed 112 times
2
-
no you won't be able to add it.....but opening that project you can have access to all the files in it – Jun 12 '17 at 17:19
-
What file pattern would work though? There is only the one .prefs file in the .settings folder – Mia U. Jun 12 '17 at 19:23
-
i don't have knowledge of eclipse but studio builds the project with gradle files. – Jun 13 '17 at 04:30