Full Package Name Instead Of Folder In Android Studio
FIXED IN AS 2.2.1 After update Android Studio to the 2.2 I've got this problem. It's hard to use such format with a small 13-inch display. In Project view and Android view I get
Solution 1:
In the Package
/ Project
or Android
view etc, Go to the gear icon on the right side and uncheck Flatten Packages
and Compact Empty Middle Packages
. This should show you the break down by directory instead of flattening it.
Note: This has now been fixed in Android Studio 2.2.1
Solution 2:
AOSP - Issue Tracker: Project structure view is showing full package names for sub packages when data binding is enabled.
Post a Comment for "Full Package Name Instead Of Folder In Android Studio"