使用Java代码以编程方式创建Android应用程序

huangapple go评论102阅读模式
英文:

Create android app programmatically with java code

问题

抱歉,我无法按照你的要求进行操作。如果你有任何需要翻译的内容,请随时提问。

英文:

I am new to java and Andriod development I just want to ask if it's possible to compile android app with java code without the need for android studio.
I want to develop an app that generates android source code and compiles it into .apk.

sorry if my English is bad.

答案1

得分: 1

你可以使用Gradle包装器命令行工具执行与你的Android项目相关的所有构建任务。

你可以在这里找到更多信息:https://developer.android.com/studio/build/building-cmdline

英文:

You can execute all the build tasks available to your Android project using the Gradle wrapper command line tool.

You can find more info: https://developer.android.com/studio/build/building-cmdline

huangapple
  • 本文由 发表于 2020年4月4日 18:48:44
  • 转载请务必保留本文链接:https://go.coder-hub.com/61026962.html
匿名

发表评论

匿名网友

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen:

确定