问题
I guess many of you have performed here continuous integration of Jenkins with Android Studio.
I have performed the following steps:
- Created a project from Android Studio.
- Created a repository in GitHub.
- Pushed the code base into the Github.
- Configured Jenkins.
Now, my target is that whenever I perform some checkin operation of the Android code into the Github, then automatically Jenkins will create a build on the latest codebase.
I already have downloaded the necessary plugins that are required for Jenkins.
Can anybody tell me step by step how can I achieve the same, since I am not sure, how Jenkins will get the apk file that is getting created once Jenkins performs the build operation on the new codebase?
来源:https://stackoverflow.com/questions/34853578/android-studio-with-jenkins-integration