Hi everyone…I’ve been doing an app for Android and iOS. Now let’s say it is finished…but…
working on Mac everything is fine…
BUT If I make an apk for Android I get an error.
I moved the exact project on windows simulator and I get and error translating text using external translations.lua already in the simulator. Translation return “nil” instead of the right string.
print(translations[“lento”][language]) returns nil.
Is there any set up file I ve to do on android?
I’m using on both machine build 2076.
Anyone can help?