1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

AndroidStudioファイルのパッケージ場所を変更する

Posted at

Androidの開発でファイルのパッケージ場所を変えたい時に変更する方法です。

今回はcom.example.myapplicationからcom.example.myapplication.hogeに変更してみます。

変えたいファイルで右クリックをします。
スクリーンショット 2023-07-02 23.24.36.png

画像のようにRefactor -> Moveをクリックします。

To packageに移動先を記載します。
File nameに移動させたいファイルを記載します。
スクリーンショット 2023-07-02 23.24.55.png

右下にRefactorのボタンがあるのでクリックしたら移動します!

1
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?