Difference between revisions of "Преименуване на root module в Android Studio"
Jump to navigation
Jump to search
(can't rename root module) |
(No difference)
|
Revision as of 07:30, 25 August 2021
проблем
How to rename root module in android studio? I have tried (right click the module then click refactor then click rename) but I got warning "can't rename root module"
решение
В проекта се търси (ctrl+shift+F) rootProject.name и се променя то, след това се синхронизира проектът.