tariq-nasheed / HyperMania

sonic The
Other
15 stars 3 forks source link

Problem when compiling on android #3

Closed FunFreddy closed 12 months ago

FunFreddy commented 1 year ago

The method for adding a code mod to the game on android is symlinking it in the jni folder. Symlinking the src folder (third image) is the correct way to do so. But after the building process is done, the apk doesn't generate the libhypermania.so file (second image), which is needed in order to make the mod work, as said in the log.txt file (first image).

Screenshot_20230903_094127_RS File Manager Screenshot_20230903_094201_RS File Manager Screenshot_20230903_094232_GitHub

tariq-nasheed commented 12 months ago

fixed(?) with #4