Phonegap Build Config.xml Fehlerhafte

Wenn ich ein plugin hinzufügen, um die config.xml und hochladen mein Projekt, die config scheint fehlerhaft.

<?xml version='1.0' encoding='utf-8'?>
<widget 
id="com.example.app" 
version="0.0.1" 
xmlns="http://www.w3.org/ns/widgets" 
xmlns:cdv="http://cordova.apache.org/ns/1.0"
>
<name>App</name>
<description>
    A sample Apache Cordova application that responds to the deviceready event.
</description>
<author email="[email protected]" href="http://cordova.io">
    Me
</author>
<content src="index.html" />
<access origin="*" />
<preference name="phonegap-version" value="3.0.0" />
<gap:plugin name="org.apache.cordova.file" />

</widget>

Den phonegap Anweisungen sagen Sie mir, dass Sie diese Zeile in meine config.xml:

<gap:plugin name="org.apache.cordova.file" />

Jedes mal wenn ich versuche es hochzuladen, wird es ungültig.

  • baut das richtig ohne das plugin?
InformationsquelleAutor marcel | 2014-01-15
Schreibe einen Kommentar