英文:
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
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论