hi,…
im trying to build the prototype of my game… upon building I’m receiving this error…
[Build Error #5]
(null)
can you guys help me??
here is a screenshot of my build settings and Android build Setup
[spoiler]
kindly click the image until you see the zoom view 
[/spoiler]
tried different target app store, still the same error
didnt change keystore and key alias
edit
didnt change any android build setup except to application name and save folder
edit
i put these lines of codes in build settings… still no effect
[spoiler]
android = { versionCode = "3" }, androidPermissions = { "android.permission.ACCESS\_FINE\_LOCATION", "android.permission.INTERNET" },
[/spoiler]