Android Studio da Java yı dışarıya nasıl APK olarak çıkartabiliriz ?
2
●51
- 04-12-2021, 23:39:16I would recommend you to build your APK file with Gradle:
- Click the dropdown menu in the toolbar at the top (Open 'Edit Run/Debug configurations' dialog)
- Select "Edit Configurations"
- Click the "+"
- Select "Gradle"
- Choose your module as a Gradle project
- In Tasks: enter assemble
- Press Run
ProjectNameappbuildoutputsapk
https://stackoverflow.com/questions/...android-studio - doğrulanmış bir cevap var.