-
6 Apr 2012 9:25 AM #1
[2.0.1] native android app: no splash screen
[2.0.1] native android app: no splash screen
I'm not sure, whether this is a bug or not. but I was assuming that I should at least see the sencha logo when the app is launched on the device. instead I'm just getting a white screen. tested on ICS and V2.3.
am I doing something wrong?
-
6 Apr 2012 9:48 AM #2Sencha - Senior Forum Manager
- Join Date
- Mar 2007
- Location
- St. Louis, MO
- Posts
- 33,591
- Vote Rating
- 434
Did you create your app with Sencha Command?
Mitchell Simoens @SenchaMitch
Sencha Inc, Senior Forum Manager
________________
http://www.JSONPLint.com - Source to lint your JSONP!
Check out my GitHub, lots of nice things for Ext JS 4 and Sencha Touch 2
https://github.com/mitchellsimoens
Think my support is good? Get more personalized support via a support subscription. https://www.sencha.com/store/
Need more help with your app? Hire Sencha Services services@sencha.com
Want to learn Sencha Touch 2? Check out Sencha Touch in Action that is almost in print!
When posting code, please use BBCode's CODE tags.
-
6 Apr 2012 10:00 AM #3
yes, created with [2.0.0] and updated with [2.0.1]
under resources/loading I can see a bunch of images (splash screens) and under resources/icons a bunch of launcher icons. but none of them is used...
-
6 Apr 2012 5:14 PM #4
i have the same issue.. no splash screen, only white page! before the app starts!
i also am using the latest sencha and sdk tools. i use sencha command to generate app, and to package as android i deploy to device and it works, only issue is no splashscreen.
also i reported that building as release native for ios is broken too.
-
7 Apr 2012 2:05 AM #5
Same issue for me as well. Same sencha versions, same everything I should say.
Has anybody managed this?
-
7 Apr 2012 10:39 AM #6
I was able to get the build done by using "sencha generate build" and not "sencha generate build native". I had to manually do the "adb install -r <*.apk file>" along with making the screen size 7 inches.
No splash screen.
.apk file size is larger. What needs to minimize the file?
-
8 Apr 2012 10:35 AM #7
Hi Ronald,
Yes the apk file size is going to be about 40Mb unless you build for production first.
This is my experience, don't have my notes with me and can be more detailed on tuesday.
But please, let's stick to the topic: still no splashscreen on Android, anybody?
-
8 Apr 2012 12:14 PM #8
Is it only possible to get a splash screen with sencha native packaging? Because I'm using phonegap to wrap my application.
-
8 Apr 2012 3:46 PM #9
Sorry for the other topic. Trying to get answers for issues that are not being answered in other post.
I was able to get the splash screen to work by putting the default.png file in the base directory.
"iconName":"C://wamp//www//campaignforchrist//default.png",
C:\wamp\www\campaignforchrist>sencha package build > spb.txt
spb.txt is the verbose output sent to a text file so I can review the issues.
C:\wamp\www\campaignforchrist>adb install -r \wamp\www\build\campaignforchrist\HoustonCampaignForChrist.apk
73 KB/s (8747613 bytes in 115.472s)
pkg: /data/local/tmp/HoustonCampaignForChrist.apk
Success
Splash screen comes up, then the spinning balls, then the loading screen, then finally the main screen. Works fine in Android emulator.
-
8 Apr 2012 6:38 PM #10
Looks like we can't reproduce the issue or there's a problem in the test case provided.


Reply With Quote