0320.html 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. <!DOCTYPE html>
  2. <html lang="en" xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <title>Install RetroArch on Amazon FireTV Devices</title>
  5. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  6. <meta charset="UTF-8">
  7. <meta name="keywords" content="FireOS,FireTV,FireTV Stick,RetroArch,Retro Gaming,Emulation,How To,Tutorial,i12bretro,2020">
  8. <meta name="author" content="i12bretro">
  9. <meta name="description" content="Install RetroArch on Amazon FireTV Devices">
  10. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  11. <link rel="icon" type="image/x-icon" href="includes/favicon.ico">
  12. <script type="text/javascript" src="https://code.jquery.com/jquery-3.5.1.min.js"></script>
  13. <script type="text/javascript" src="includes/js/steps.js"></script>
  14. <link href="css/steps.css" rel="stylesheet" type="text/css" />
  15. </head>
  16. <body>
  17. <div id="gridContainer">
  18. <div class="topMargin"></div>
  19. <div id="listName" class="topMargin">
  20. <h1>Install RetroArch on Amazon FireTV Devices</h1>
  21. </div>
  22. <div></div>
  23. <div id="content">
  24. <ol>
  25. <li>Install the Downloader application</li>
  26. <li>Launch Downloader</li>
  27. <li>Navigate to&nbsp;https://www.retroarch.com/</li>
  28. <li>Click Download from the top navigation</li>
  29. <li>Scroll down to Android</li>
  30. <li>Click the Download (32 bit) link</li>
  31. <li>A prompt will display to go to settings and allow installing unknown apps</li>
  32. <li>Click Settings &gt; Install Unknown Apps &gt; Downloader &gt; Toggle the setting to On</li>
  33. <li>Click back a few times to return to the Downloader app</li>
  34. <li>Click Install and then Install again</li>
  35. </ol>
  36. </div>
  37. </div>
  38. </body>
  39. </html>