AndroidEmu icon indicating copy to clipboard operation
AndroidEmu copied to clipboard

Code not working

Open anuragverma27 opened this issue 8 years ago • 3 comments

It seems there are missing classes in the code directory of Nesoid Emulator. Like EmulatorService, HelpActivity, FileChooser etc. Also its using InetAddressUtils class in EmulatorActivity which is now deprecated. There are also some other minor issues. Is there any latest working code?

anuragverma27 avatar May 05 '17 15:05 anuragverma27

Last update of this code was 2 years ago, and it's the latest version open-sourced of Nesoid.
If you search a fonctionnal and updated project, RetroArch is the "successor" of nesoid.

Kcchouette avatar May 05 '17 15:05 Kcchouette

Hi,

Not able to find the android emulator source code of Retroarch. Could you please suggest some link? Actually i want to customize the emulator as per my need. Like change the controls buttons, fire actions at my custom events. Is this possible to change in existing emulator's by changing their source code? I got some links for Retroarch but didn't find android emulator source code for it. https://github.com/libretro/RetroArch/releases

anuragverma27 avatar May 12 '17 16:05 anuragverma27

The source code is the link you give (https://github.com/libretro/RetroArch/releases). Here how they compile: https://github.com/libretro/RetroArch/wiki/Compilation-guide-(Android-from-Linux

I don't really know this project, but you can ask them question (https://github.com/libretro/RetroArch#support)

Kcchouette avatar May 29 '17 10:05 Kcchouette