Closed
Description
When I try to run a Hello World Sky app on Android, I only get a black screen. Looking at logs, I see it can't find bunch of files:
27.0.0.1 - - [05/Jul/2015 08:33:41] code 404, message File not found
127.0.0.1 - - [05/Jul/2015 08:33:41] "GET /packages/mojom/mojo/network_service.mojom.dart HTTP/1.1" 404 -
127.0.0.1 - - [05/Jul/2015 08:33:41] code 404, message File not found
127.0.0.1 - - [05/Jul/2015 08:33:41] "GET /packages/mojom/mojo/url_loader.mojom.dart HTTP/1.1" 404 -
127.0.0.1 - - [05/Jul/2015 08:33:41] code 404, message File not found
127.0.0.1 - - [05/Jul/2015 08:33:41] "GET /packages/mojom/mojo/service_registry.mojom.dart HTTP/1.1" 404 -
What I am doing is just creating a simple main.dart
in a folder with a pubspec.yaml
that looks like:
name: your_app_name
dependencies:
sky: any
and doing a pub get
and ./packages/sky/sky_tool start
pub get seems to be getting the latests versions(0.13)
Resolving dependencies... (1.2s)
+ args 0.13.2
+ mojo 0.0.13
+ mojom 0.0.13
+ path 1.3.5
+ sky 0.0.13
+ vector_math 1.4.3
I have also tried uninstalling SkyDemo and running with ./packages/sky/sky_tool start --install
, but same issue.
Metadata
Metadata
Assignees
Labels
No labels