Swordfish90 / LibretroDroid

GNU General Public License v3.0
75 stars 17 forks source link

Compile and consult #68

Closed clondy999 closed 3 years ago

clondy999 commented 3 years ago

I use Android studio to compile, but I always report errors. Do you have specific compilation instructions?

clondy999 commented 3 years ago

image

Swordfish90 commented 3 years ago

Hi @clondy999, you should not put the application dependencies in that block, but they go inside the application module.

You can check the included sample on how to get started with a minimal application: https://github.com/Swordfish90/LibretroDroid/tree/master/app

If you're looking for cores I suggest you to take a look here to reduce compatibility issues: https://github.com/Swordfish90/LemuroidCores

There is not a lot of documentation at the moment, but if you'd like to contribute a couple of lines, I'll gladly add them to the wiki.