Reputation: 1857
I would like to configure my Jenkins server on Linux to build and test android applications. Is it possible to just install and manage android SDKs instead of having a full Android Studio installation? Thanks,
Upvotes: 1
Views: 3519
Reputation: 881
Yes it is absolutely possible @Hichem, you can say this is the desired behaviour when you are installing Jenkins on the server.
There is a good article for doing same please have a look and feel free to ask
https://www.vogella.com/tutorials/JenkinsAndroid/article.html
For updated SDK version you can browse this url
https://developer.android.com/studio
Upvotes: 1