Skip to content

Commit

Permalink
debugging the issue
Browse files Browse the repository at this point in the history
  • Loading branch information
nemanjar7 committed Dec 23, 2024
1 parent 7c5b789 commit 567eb29
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,12 @@ def self.setup_emulator(params)
end
end

UI.message("List some directories...\n\n")
sh("ls -l ~/Library/Android/sdk")
sh("ls -l ~/Library/Android/sdk/cmdline-tools")
sh("ls -l ~/Library/Android/sdk/cmdline-tools/latest")
sh("ls -l ~/Library/Android/sdk/cmdline-tools/latest/bin")
UI.message("Directories listed...\n\n")
UI.message("Setting up new Android emulator...")
system("#{sdk_dir}/cmdline-tools/latest/bin/avdmanager create avd -n '#{params[:emulator_name]}' -f -k '#{params[:emulator_package]}' -d '#{params[:emulator_device]}'")
sleep(5)
Expand Down

0 comments on commit 567eb29

Please sign in to comment.