从另一个.apk创建.apk



有人能告诉我是否有可能在运行时创建apk文件吗?

我将解释:

我想创建一个Android应用程序,可以创建apk (Android应用程序),当我运行它

就像:

start the app
set application parameters (number of buttons in the menu, links, images, etc..)
press create
install the apk file on the phone or save that .apk in the server

希望你能理解^^",并感谢任何帮助(:

这应该是很可能的。AIDE已经做了一段时间了- https://play.google.com/store/apps/details?id=com.aide.ui&hl=en

你也可以尝试创建一个应用程序,为所有你希望显示的UI参数,一旦UI完成,用户点击保存。内部模块使用这些信息并创建应用程序,这更像是不向用户一次又一次地显示应用程序的自定义部分,而是将用户路由到最终的视图。

一旦完成,元数据可以存储到服务器。这更像是开发皮肤。

最新更新