Search Unity

Build an APK in Runtime

Discussion in 'General Discussion' started by VJ_Yoobee, Jun 18, 2021.

  1. VJ_Yoobee

    VJ_Yoobee

    Joined:
    Mar 2, 2018
    Posts:
    1
    Hi Everyone,

    I'm developing an application using the Unity engine and I would like to create an apk file with that application.

    So, my question is: is it even possible to make it with Unity?

    Can I create an apk in runtime?

    Thanks!!
     
  2. neginfinity

    neginfinity

    Joined:
    Jan 27, 2013
    Posts:
    13,571
    An APK is a file, as long as your underlying platform allows you to write into files you could make an apk, assuming you write right content in the right format.

    However, usually when you end up in a situation when you're trying to implement an apk generator in unity, it usually means it is the time to stop and question what are you trying top do...
     
    angrypenguin likes this.