In 5.0.2 engine fork, I changed Engine/Plugins/Runtime/AndroidFileServer/Source/AndroidFileServer/AndroidFileServer_UPL.xml
with the following:
Line 233-234:
File afs_infile = new File(rootProject.projectDir, 'gradle.properties')
File afs_outfile = new File(rootProject.projectDir, 'AFSProject/gradle.properties')
Line 252-253:
afs_infile = new File(rootProject.projectDir, 'app/buildAdditions.gradle')
afs_outfile = new File(rootProject.projectDir, 'AFSProject/app/buildAdditions.gradle')
Line 277-278:
afs_infile = new File(rootProject.projectDir, 'app/src/main/AndroidManifest.xml')
afs_outfile = new File(rootProject.projectDir, 'AFSProject/app/src/main/AndroidManifest.xml')
Line 303:
afs_infile = new File(rootProject.projectDir, v)
Line 305:
afs_outfile = new File(rootProject.projectDir, "AFSProject/" + v)