I have a project in android studio that works very well but when I change my package name and applicationId, my project crashes.
Error:
No adapter attached; skipping layout
I have a project in android studio that works very well but when I change my package name and applicationId, my project crashes.
Error:
No adapter attached; skipping layout
Use refactoring (Shift + F6) instead of renaming the package manually. Make sure your settings.gradle is correct ( change include ':app' to new name ). Invalidate cache and restart Android-Studio. Rebuild your project. It should work then.