Apache Cordova splash screens not showing in Android

后端 未结 9 1545
一生所求
一生所求 2020-12-05 10:24

I am running Apache Cordova 3.6.3-0.2.13. And I try to get the splash screens working. I have followed the documentation on http://cordova.apache.org/docs/en/3.6.0/config_re

9条回答
  •  感情败类
    2020-12-05 10:38

    For new comers and those who are still facing this issue

    1) Add Splash screen preference in config.xml

    
    
    
    
    
        
    
        
    
    

    2) Declare your splash screens in config.xml

        
        
        
        
        
        
        
        
        
    
    

    3) Finally Add this class into your android project structure under org.apache.cordova.splashscreen package

    or

    install it as Cordova plugin.

提交回复
热议问题