How to package an app in vs code using titanium for android Mobile Apps?

118 Views Asked by At

While packaging it is asking output location twice I am confused which one to use, I am doing it on vs code using titanium extension which I downloaded.

1

There are 1 best solutions below

0
Marc Bender On

Simple steps:

  1. select the package symbol (screenshot)
  2. select the path where the apk will be created
  3. select your android.keystore file (screenshot)
  4. enter your keystore-alias (screenshot)
  5. enter the keystore-password (screenshot)
  6. repeat step 5

done