diff -r ed1d52c5aa94 -r 763d3961400b project_files/Android-build/SDL-android-project/src/org/hedgewars/hedgeroid/Downloader/DownloadPackage.java --- a/project_files/Android-build/SDL-android-project/src/org/hedgewars/hedgeroid/Downloader/DownloadPackage.java Sat Aug 18 00:22:33 2012 +0200 +++ b/project_files/Android-build/SDL-android-project/src/org/hedgewars/hedgeroid/Downloader/DownloadPackage.java Sat Aug 18 00:47:51 2012 +0200 @@ -20,7 +20,7 @@ import java.io.IOException; -import org.hedgewars.hedgeroid.Utils; +import org.hedgewars.hedgeroid.util.FileUtils; import org.xmlpull.v1.XmlPullParser; import org.xmlpull.v1.XmlPullParserException; @@ -136,7 +136,7 @@ version = -1; } }else if(name.equals("path")){ - path = Utils.getDataPath(c) + text; + path = FileUtils.getDataPath(c) + text; }else if(name.equals("representation")){ representation = text; }else if(name.equals("description")){