Skip to content
New issue

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

Example screen instead of application when building with build.phonegap.com #80

Closed
qunabu opened this issue Dec 11, 2014 · 1 comment
Closed

Comments

@qunabu
Copy link

qunabu commented Dec 11, 2014

I'ce come accross weird issue. When building app with local phonegap everything seems to be fine.
But when I'm deploying an app with build.phonegap.com service i see contents of com.adobe.plugins.GAPlugin/Example/index.html https://www.dropbox.com/s/husrnikd6wm82ge/Screenshot_2014-12-11-15-03-10.png?dl=0.

It's likely that build.phonegap.com service is looking for a wring index.html file.

This happends only for Android.

My config.xml has

<gap:plugin name="com.adobe.plugins.gaplugin" />

<feature name="GAPlugin" >
    <param name="android-package" value="com.adobe.plugins.GAPlugin"/>
</feature>

At the moment i have no idea how to fix this issue.

@qunabu qunabu changed the title Example screen when building witj Example screen instead of application when building with build.phonegap.com Dec 11, 2014
@dotNetkow
Copy link

Building for PhoneGap locally vs. using PhoneGap Build means that your config.xml file will look a bit different. In this case, you should use:

<gap:plugin name="com.adobe.plugins.gaplugin" version="2.4.0" />

Hope that helps!

@qunabu qunabu closed this as completed Mar 3, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants