I downloaded all tools.
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>
And I added Script tag in my index.html file immediately after body tag.
<script src="local:///chrome/webworks.js" type="text/javascript"></script>
Now my game is working perfectly in ripple emulator.
but when i launch it in bb10 simulator only black screen appears.
what is issue??
I have uploaded my code here
box.com/s/4ds7bk7tr7n3hlz4m4wu
plz solve it. <img src="smileys/smiley5.gif" border="0" align="middle" />