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

failed to add plugin using cmd cordova plugin add org.pbernasconi.progressindicator #11

Closed
emnu opened this issue Nov 12, 2014 · 5 comments

Comments

@emnu
Copy link

emnu commented Nov 12, 2014

i found out that in your plugin.xml stated src/android/ProgressIndicator.java as below

<!-- Android -->
<platform name="android">
    <config-file target="res/xml/config.xml" parent="/*">
        <feature name="ProgressIndicator">
            <param name="android-package" value="org.apache.cordova.plugin.ProgressIndicator"/>
        </feature>
    </config-file>
    <source-file src="src/android/ProgressIndicator.java" target-dir="src/org/apache/cordova/plugin"/>
</platform>

but in /src/android/ folder only have ActivityIndicator.java file

@bmorwood
Copy link

I just noticed the same thing today when I installed the plugin.
would changing the name from ActivityIndicator.java to ProgressIndicator.java fix the issue?

@pbernasconi
Copy link
Owner

@bmorwood I'm boggled down at the moment, but I'll get a fix for this soon, I know it's high priority since there are a lot of android users who may want to use this plugin.

@parthgandhi7
Copy link

Please fix this issue soon. I want to use this plugin for my android device.

@pbernasconi
Copy link
Owner

This should be fixed (sort of) as of v1.1, but the javascript calls may not work. I'm not very experienced in Java with Android, so please bear with me.

@hhozien
Copy link

hhozien commented May 17, 2015

Did anyone figure out how this will work on android and how can we call it from javascript?

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

5 participants