Deploy my application

Vinians2006

Active Member
Licensed User
Longtime User
I want to deploy my application only to my customers. How can I do it withou using B4ABridge? How can I generate my APK ?
Second question, how can I easly upgrade my application automatically ? There are any easy option ?
Thanks in advance
 

NJDude

Expert
Licensed User
Longtime User
Everytime you compile your app the APK is created, you can find it on the OBJECTS folder for that app.

e.g. \MyCoolApp\Objects

You could then upload the APK to a website and provide the link, send the APK via email, etc etc. You will have to make sure your customers are able to install non-Market apps on their phones by allowing "Unknown Sources".
 
Upvote 0
Top