warning: no rule to process file '$ (PROJECT_DIR )/../ index.js' of type sourcecode.javascript for ARMv7 architecture
warning: no rule to process file '$ (PROJECT_DIR )/../ sencha-touch.js' of type sourcecode.javascript for ARMv7 architecture
warning: no rule to process file '$ (PROJECT_DIR )/../ auto.js' of type sourcecode.javascript for ARMv7 architecture
Has anyone been able to integrate with Nk Sencha Touch, I leave my application code.
- Code: Select all
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>Unlimited</title>
<link rel="stylesheet" type="text/css" href="antenna.css" id="css">
<link rel="stylesheet" href="sencha-touch.css" type="text/css">
<script type="text/javascript" src="sencha-touch.js"></script>
<script type="text/javascript" src="auto.js"></script>
<script type="text/javascript" src="NKit.js"></script>
<script type="text/javascript" src="index.js"></script>
<style>
body {
background-color: #000000;
}
.card {
text-align: center;
color: #204167;
text-shadow: #3F80CA 0 1px 0;
font-size: 72px;
padding: 0px 0px;
}
.x-phone .card {
padding: 15px;
font-size: 36px;
}
.card p {
font-size: 24px;
line-height: 30px;
}
.x-phone .card p {
font-size: 16px;
line-height: 18px;
}
</style>
</head>
<body></body>
</html>

