Make sure that the android pref folder is always present when queried.

BUG: 2053511
This commit is contained in:
Xavier Ducrohet
2009-08-13 17:26:37 -07:00
parent 0cef5c4666
commit c2a9fe5249
2 changed files with 26 additions and 16 deletions

View File

@@ -3,8 +3,8 @@
<classpathentry excluding="Makefile|resources/" kind="src" path="src"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
<classpathentry kind="lib" path="jarutils.jar"/>
<classpathentry kind="lib" path="androidprefs.jar"/>
<classpathentry kind="lib" path="jarutils.jar" sourcepath="/JarUtils"/>
<classpathentry kind="lib" path="androidprefs.jar" sourcepath="/AndroidPrefs"/>
<classpathentry kind="lib" path="sdkstats.jar" sourcepath="/SdkStatsService"/>
<classpathentry kind="lib" path="kxml2-2.3.0.jar"/>
<classpathentry kind="lib" path="layoutlib_api.jar"/>