We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When I try 'cordova build android' I get the following error:
:processDebugResources/Users/blund/Documents/github/IdOra-app/platforms/android/res/xml/config.xml:40: AAPT: Error parsing XML: unbound prefix
==================== /Users/blund/Documents/github/IdOra-app/platforms/android/build/intermediates/res/merged/debug/xml/config.xml:40: error: Error parsing XML: unbound prefix
FAILED
FAILURE: Build failed with an exception.
com.android.ide.common.process.ProcessException: Failed to execute aapt ====================
The offending line in ..../config.xml:40 is: <gap:plugin name="com.phonegap.plugin.statusbar" />
I'm not really sure what's wrong, let alone how to fix it. Any suggestions would be welcome.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When I try 'cordova build android' I get the following error:
:processDebugResources/Users/blund/Documents/github/IdOra-app/platforms/android/res/xml/config.xml:40: AAPT: Error parsing XML: unbound prefix
====================
/Users/blund/Documents/github/IdOra-app/platforms/android/build/intermediates/res/merged/debug/xml/config.xml:40: error: Error parsing XML: unbound prefix
FAILED
FAILURE: Build failed with an exception.
Execution failed for task ':processDebugResources'.
The offending line in ..../config.xml:40 is:
<gap:plugin name="com.phonegap.plugin.statusbar" />
I'm not really sure what's wrong, let alone how to fix it. Any suggestions would be welcome.
The text was updated successfully, but these errors were encountered: