Skip to content

Commit

Permalink
Use new avdmanager binary
Browse files Browse the repository at this point in the history
  • Loading branch information
m-ruhl committed Aug 5, 2022
1 parent 39e79ac commit 34be789
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def self.run(params)
if !avd_active(params, config_file) || params[:cold_boot]
UI.message("Creating new emulator")
FastlaneCore::CommandExecutor.execute(
command: "#{sdk_dir}/tools/bin/avdmanager create avd -n '#{params[:name]}' -f -k '#{params[:package]}' -d '#{params[:device]}'",
command: "#{sdk_dir}/cmdline-tools/latest/bin/avdmanager create avd -n '#{params[:name]}' -f -k '#{params[:package]}' -d '#{params[:device]}'",
print_all: true,
print_command: true
)
Expand Down

0 comments on commit 34be789

Please sign in to comment.