0
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.

Android Studioでドットを含むパッケージ名をリファクタリングする

Posted at

背景

jp.hoge.mobile.fuga.testのようなパッケージ名を
jp.hoge.testに変更したい。

jp.hoge.mobile.fuga.testの「mobile」の部分を部分的にリファクタリングすることはできるが、
ドットを含むパッケージ名の部分を変更したかった。

対応

Change Package Name in Android Studio including number of dotsを参考に、ディレクトリをドラッグ&ドロップしてリファクタリングをかけると、

できた
mobile_ouchien_android__Git_.png

0
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
0
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?