@cem wrote:
Hello,
Before i realize something wrong i tried every tutorial in this forum. Then i realize something wrong in this area since i just do this;
$ ionic start myApp tabs
$ cd myApp
$ ionic platform add android
$ ionic build android
$ ionic emulate androidit gives error about splash screen;
:CordovaLib:compileDebugJavaWithJavacNote: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.:compileDebugJavaWithJavacNote: G:\dev\vericert\testapp3\platforms\android\src\org\apache\cordova\splashscreen\SplashScreen.java uses or overrides a deprecated API.
Note: Recompile with -Xlint:deprecation for details.If you $ ionic build android again, you dont see these errors anymore but even default splash screens does not work. Its blank.
If you want to see these messages again, just do;
$ ionic state reset
It will remove platform and plugins folders and build them again using package.json. then do;
$ ionic build android
and you will see these messages again.
So what i'm doing wrong?
1 - Yes my java home env variable is setted,
2 - Yes i put icon.png and splash.png just like in described and do $ ionic resources command to build them automatically. (btw it should show default if i dont do these, its not showing default either)I'm just talking about creating new app with default template and it gives an error while building and does not show default splash screens.
Thank you for help.
Posts: 1
Participants: 1