Masteralb
Results
1
comments of
Masteralb
Same issue here, reason: wrong name for layout folder in res, the right name is: "layout" not "layouts". launch_screen.xml ``` ``` MainActivity.java ``` @Override protected void onCreate(Bundle savedInstanceState) { SplashScreen.show(this);...