且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

如何建立服务器端.apk文件

更新时间:2023-11-27 22:18:28

您将需要管理你使用Ant和命令行工具的Andr​​oid项目。
拉尔斯·沃格尔的文章是非常有用的:的创建通过命令行和Apache Ant

You will need to manage your Android project using the Ant and command line tools. Lars Vogel's article is quite useful: Creating Android applications via the command line and Apache Ant

官方Android资源:

Official Android resources:

  • Managing Projects from the Command Line
  • Building and Running from the Command Line

另外看看这太问题如何从命令行编译APK ?

如果一切发生在你的应用是RSS网址,你会不会是更好地创建一个RSS服务器端重定向饲料和离开的Andr​​oid应用程序中的静态网址?

If all that changes in your application is the RSS URL, wouldn't you be better of by creating a RSS redirect feed on the server side and leave a static URL inside the Android application?

这样,你就不需要继续重新编​​译和重新部署在首位的应用程序,只需修改服务器端RSS提要。您可以维护一个会话对象和不同的用户重定向到不同的位置,你认为合适的。

That way you will not need to keep recompiling and redeploying the app in the first place, just modify the RSS feed on the server side. You can maintain a session object and redirect different users to different locations, as you see fit.

如何正确重定向你RSS订阅