I recently got a job as an engineer, so I'm going to Shibuya and others from July next month. I plan to work. Nice to meet you.
Well, I crushed it for about an hour with this error, so share it.
From super.onCreate (savedInstanceState); Change to super.onCreate (null);
It was solved by doing.
It was the login screen part at startup, but it seems that the loading of the bundle was not successful.
If the code goes through with this change, It's not a problem because savedInstanceState is unnecessary and activity is regenerated firmly.
stackoverflow:"IllegalArgumentException: No view found for id in fragments" https://stackoverflow.com/questions/28637046/illegalargumentexception-no-view-found-for-id-in-fragments
Recommended Posts