Copy ...\AndorsTrailRelease\andors-trail\AndorsTrail to a temporary directory, then delete it.
Open Android Studio, New > Import Project, select the AndorsTrail folder from the temporary location, choose ...\AndorsTrailRelease\andors-trail\AndorsTrail as target directory. Click next a few times.
It then shows some error about not finding build tools. Below it there should be the option to 'Add google Maven reposiroty and sync project'. Click that option and then 'Do Refactor' (Bottom Left).
In the newly created file 'app/build.gradle'
In line 4 change the compileSdkVersion to 30 (or higher?)
In line 9 change the minSdkVersion to 14 instead of 4
In line 22 change the version from '29.+' to '28.0.0' and the compile at the beginning to implementation
Then Click 'Sync Project with Gradle Files' (icon in top right) that should no longer give errors.
Then replace the url in the tmx files with an https version of it since it makes problems later on (Replace "http://" to "https://" with Notepad++ for all *.tmx files in subfolder XML)
After that rename all maps to .xml instead of .tmx (CMD: ren ...\AndorsTrailRelease\andors-trail\AndorsTrail\app\src\main\res\xml\*.tmx *.xml)
Edit the .ignore file
* Outdoors is a better name for this, because that's what we actually mean by it. Outside is ambiguous in this context. Outside is what it's called in Swedish :)
Fixed unresolvable quest "Missing pieces" (thanks chaosrunner87)
Adjusted descriptions of "Dark blessing of the Shadow" so that it is more apparent that it can not be upgraded more than 1 level.
Added property to maps that are considered outdoors (will be used for worldmap).
Adjusted tile-loding code so that all available graphics are actually loaded.
Changed colors of "mountain brute" (thanks ctnbeh13)
Added journal fragment in BWM cabin that gives a hint on how to get out of there.
Added sign text to woodcave that hints at a future quest (thanks ctnbeh13)
git-svn-id: https://andors-trail.googlecode.com/svn/trunk@228 08aca716-68be-ccc6-4d58-36f5abd142ac
Fixed flagstone0 diagonal movement restriction (issue 170)
Corrected some mapchange areas in Blackwater Mountain.
git-svn-id: https://andors-trail.googlecode.com/svn/trunk@60 08aca716-68be-ccc6-4d58-36f5abd142ac