我创建了一个包含html,css,js文件的网络应用程序.....
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1 /DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
<title>ssssss</title>
<script type="text/javascript" src="js/jquery.js"></script>
</head>
<body>
<div>
<br />
<input type="text" id="username" />
<button onclick="calling()">
Call ajaxing</button>
index.html
<br />
<span id="hii">see the change here...</span>
<br />
</div>
现在我使用免费提供的phonegap在线打包器创建了一个apk。
我可以在谷歌商店分享那个apk,或者我需要先取一些licencing,然后去Google Play上发布应用。
答案 0 :(得分:2)
除非您需要他们提供的支持服务,否则您无需为PhoneGap的任何支持付费。如果你很好地提供支持或依靠社区支持,那么就不要为你不需要的东西买单。如果你想要额外的支持承诺,那么你将不得不考虑对你有多大价值。
在直接访问Google Play之前,请先查看这些链接。您只需要 来完成Google要求的步骤,但其他检查清单的建议可以帮助您确保应用成功。
http://developer.android.com/distribute/googleplay/publish/register.html
http://developer.android.com/distribute/googleplay/publish/preparing.html