Skip to content
This repository has been archived by the owner on Nov 11, 2021. It is now read-only.

Commit

Permalink
Made it a bit more clear for #37 how to get adb in
Browse files Browse the repository at this point in the history
  • Loading branch information
commjoen committed Sep 11, 2018
1 parent 648ee7c commit f5f8a9c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions Android/tasks/install-homebrew-items.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,10 @@
sudo: no
when: studio_installed.rc != 0

- name: source bash_profile again
command: "source {{ home_directory }}/.bash_profile"
when: studio_installed.rc != 0

- name: check if JD-GUI is installed
command: "ls /Applications/JD-GUI.app"
register: jd_gui_installed
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ Brew, pip and Ansible will be installed first, if not available. Then generic, i

## Quirks
As we are still in development of 1.0, there are the following quirks:
- Some applications might not work the first time as you will first have to start them from your Applications folder, such as: Android Studio (including ADB) & Docker for Mac.
- Some applications might not work the first time as you will first have to start them from your Applications folder, such as: Android Studio (including ADB) & Docker for Mac. After that you have to run the runbooks once more.
- iOS has not been tested on the buildserver (only general and android are, so please test them)
- For iOS you need to run things twice: once to start the installation, while being logged in into the Apple store with your account (actual active state can be achieved by installing any app from the app-store), second time with an active developer account in xCode.
- Lastly, it could be the case when you are testing this on a separate account, which does not have the correct rights for the brew folders. See Issue #30 reported by [@meetinthemiddle-be](https://github.com/meetinthemiddle-be). When you are on High Sierra you need to do:
Expand Down

0 comments on commit f5f8a9c

Please sign in to comment.