Skip to content

Commit

Permalink
Update home
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasBernard03 committed May 26, 2024
1 parent 5ab6f63 commit 5d24e4a
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions AndroidTools/AndroidTools/Presentation/Home/HomeView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,16 @@ struct HomeView: View {
Text("To reduce the size of the application, we decided not to include ADB in the application (to avoid double installation on the Mac). It is therefore up to the user to install ADB. ")
.font(.subheadline)

HStack {
Text("Resolving errors")
.font(.title2)

Spacer()
}

Text("If your application displays strange results or does not work properly, check the adb path configured in the settings. You must provide a valid path. To find out where adb is installed on your Mac, open a terminal and enter the command: which adb")
.font(.subheadline)



}
Expand Down

0 comments on commit 5d24e4a

Please sign in to comment.