mirror of
https://github.com/apache/cordova-android.git
synced 2025-01-31 17:32:51 +08:00
Fixed the bug caused when running on Eclipse
This commit is contained in:
parent
ea81b97bfc
commit
80ec23887e
@ -3,14 +3,6 @@
|
|||||||
<classpathentry kind="src" path="src"/>
|
<classpathentry kind="src" path="src"/>
|
||||||
<classpathentry kind="src" path="gen"/>
|
<classpathentry kind="src" path="gen"/>
|
||||||
<classpathentry kind="con" path="com.android.ide.eclipse.adt.ANDROID_FRAMEWORK"/>
|
<classpathentry kind="con" path="com.android.ide.eclipse.adt.ANDROID_FRAMEWORK"/>
|
||||||
<classpathentry kind="lib" path="libs/android_library.jar"/>
|
<classpathentry kind="con" path="com.android.ide.eclipse.adt.LIBRARIES"/>
|
||||||
<classpathentry kind="lib" path="libs/android_webdriver_library.jar"/>
|
|
||||||
<classpathentry kind="lib" path="libs/android.jar"/>
|
|
||||||
<classpathentry kind="lib" path="libs/base.jar"/>
|
|
||||||
<classpathentry kind="lib" path="libs/commons-codec-1.3.jar"/>
|
|
||||||
<classpathentry kind="lib" path="libs/cordova-1.6.0.jar"/>
|
|
||||||
<classpathentry kind="lib" path="libs/guava-10.0.1.jar"/>
|
|
||||||
<classpathentry kind="lib" path="libs/junit-4.10.jar"/>
|
|
||||||
<classpathentry kind="lib" path="libs/logging.jar"/>
|
|
||||||
<classpathentry kind="output" path="bin/classes"/>
|
<classpathentry kind="output" path="bin/classes"/>
|
||||||
</classpath>
|
</classpath>
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<projectDescription>
|
<projectDescription>
|
||||||
<name>CordovaTest</name>
|
<name>PhoneGapViewTestActivity</name>
|
||||||
<comment></comment>
|
<comment></comment>
|
||||||
<projects>
|
<projects>
|
||||||
</projects>
|
</projects>
|
||||||
|
@ -8,4 +8,4 @@
|
|||||||
# project structure.
|
# project structure.
|
||||||
|
|
||||||
# Project target.
|
# Project target.
|
||||||
target=Google Inc.:Google APIs:14
|
target=Google Inc.:Google APIs:15
|
||||||
|
Loading…
Reference in New Issue
Block a user