Beta Advanced Emulator Launcher - Multi-emulator frontend for Kodi
(2017-06-03, 15:14)ewookie Wrote: Hi! It's me again Smile
I looked at the Android example xml launcher files in the AEL Asset Library. They are all for RetroArch. I don't use RetroArch. I use the following: com.explusalpha.NesEmu, com.explusalpha.GbaEmu, com.explusalpha.MdEmu, com.explusalph.Snes9xPlus.

If anyone has an example xml launcher file for any one of those, please share! Please? Pretty pleaseHuh Tongue

I tried the following but it did not work. I'm on Kodi 17.3 on a 2nd gen Fire TV if that matters.

Code:
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<advanced_emulator_launcher_configuration>
<launcher>
  <name>NES</name>
  <category>Nintendo</category>  
  <platform>Nintendo NES</platform>
  <application>/system/bin/am</application>
  <args>start -n com.explusalpha.NesEmu/com.imagine.BaseActivity -a android.intent.action.VIEW -eu Uri "file://%rom%"</args>
  <args_extra></args_extra>
  <romext>zip|nes</romext>
  <rompath>/sdcard/roms/games/nes</rompath>
  <path_assets>/sdcard/roms/assets/nes</path_assets>
</launcher>
</advanced_emulator_launcher_configuration>

EDIT:
Nevermind! I got it to work with the following! Big Grin
Code:
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<advanced_emulator_launcher_configuration>
<launcher>
  <name>NES</name>
  <category>Nintendo</category>  
  <platform>Nintendo NES</platform>
  <application>/system/bin/am</application>
  <args>start --user 0 -n com.explusalpha.NesEmu/com.imagine.BaseActivity -a android.intent.action.VIEW -eu Uri "file://%rom%"</args>
  <args_extra></args_extra>
  <romext>zip|nes</romext>
  <rompath>/sdcard/roms/games/nes</rompath>
  <path_assets>/sdcard/roms/assets/nes</path_assets>
</launcher>
</advanced_emulator_launcher_configuration>

I forgot to mention... there is an old thread with a lot of configurations for Android, check that out.

Also, once you get your emulators working it would be appreciated if you can post the XML configurations and I will add them to the AEL asset library.
Reply


Messages In This Thread
RE: Advanced Emulator Launcher - Multi-emulator frontend for Kodi - by Wintermute0110 - 2017-06-05, 08:48
Can You create A Sub Category? - by Wild_Tom - 2020-07-13, 04:43
Crash & Lost my launchers? - by eirrocmh - 2020-11-29, 02:25
RE: Crash & Lost my launchers? - by eirrocmh - 2020-12-19, 00:19
Logout Mark Read Team Forum Stats Members Help
Advanced Emulator Launcher - Multi-emulator frontend for Kodi12