I have made html5 game using construct2.
now i want to export it in blackberry.
I have downloaded all tools which needed for blackberry.
I have made helloworld application.
And tested it in BB10 dev simulator and it works fine.
But when I tested my game , only black screen appears.
My game is working well in ripple emulator.
I have uploaded my code here
box.com/s/4ds7bk7tr7n3hlz4m4wu
I have created config.xml file as below.
<?xml version="1.0" encoding="UTF-8"?>
<widget xmlns="http://www.w3.org/ns/widgets"
xmlns:rim="http://www.blackberry.com/ns/widgets"
version="1.0.0.5" id="manish" xml:lang="en">
<author href="http://www.example.com/"
rim:copyright="Copyright 1998-2012 My Corp">My Corp</author>
<name>manish</name>
<icon src="logo.png"/>
<content src="index.html"/>
<feature id="blackberry.identity" required="true" version="1.0.0.0"/>
</widget>