This issue occurred after the Android Studio 2.2 upgrade.

Asked 2 years ago, Updated 2 years ago, 44 views

I upgraded to Android Studio 2.2, and then upgraded to gradele.

After the upgrade, the package name changed, but was it because the setting changed or did Google make it look like this?

I don't know.

ex) Package name kr.co.example.test

Package

test1 -> kr.co.example.test.test1

test2 -> kr.co.example.test.test2

test3 -> kr.co.example.test.test3

test4 -> kr.co.example.test.test4

test5 -> kr.co.example.test.test5

In this way, under java, under kr.co.example.test. package, each package comes with a package name combined.

Please let me know if you know!

android

2022-09-22 21:14

2 Answers

Make sure that the griddle sink is completed normally without any errors. If you are in a grid sink or if you encounter an error, the package configuration in the project window may appear as shown below (as described).

However, when the grid sink completes successfully, you can see that it appears as shown in the following figure. Please note that the attached screenshot was tested after updating to Android Studio 2.2.


2022-09-22 21:14

If you're talking about the package name shown in the left menu...

Turn off the Flatten Packages check. This menu has been around for a long time regardless of the update. ^;;


2022-09-22 21:14

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.