We’ve built a custom app for a client on android tablet. We need to deploy it to 200+ tablets, is there any ‘deployment’ method which can set the tablet up and automatically install it from the android marketplace (or sideload it)?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Using the adb protocol. You should be able to “just” plugin the tablet via usb and do a:
However you will of cause have to plugin each an every tablet and do this, and the app will not be installed from the Android Market. It should however be updateable from the market nonetheless, if you just
adb installthe same apk as you have submitted to the market.If you have many devices connected simultaneously, you should be able to deploy your app to all connected devices using e.g. a simple bash script like: