Reputation: 522
I'm using the latest Android Studio. When creating a new Fragment (New... > Fragment > Fragment), it should create new YourFragment.java and fragment_your.xml files in the project. When I do this with a ListFragment, it works fine. But when using the default blank fragment, it creates the appropriate .xml file, but it does not create the Fragment.java file. No errors are thrown, it simply creates a .xml file.
Upvotes: 0
Views: 206
Reputation: 80020
This is bug https://code.google.com/p/android/issues/detail?id=69078 and will be fixed in the next release.
Upvotes: 1