• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Search results

  1. D

    Need step by step instructions how to automatically add files to the APK in Android Studio

    I am trying to do this very trivial task, but I cannot find any complete instructions on how to do it. So far, I gathered that APK is just an archive that files can be added to using aapt add MyApp.apk file1 file2 ... Or the files must be added to the assets folder The APK must be less than...