-
Notifications
You must be signed in to change notification settings - Fork 348
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
Error buildind the app #144
Comments
Thanks for this details issue! Can you try changing and |
there is a problem with this cordova-plugin-google-analytics plugin and googleplayservices |
max@U9200: Restoring Platforms cordova platform add android Restore platforms is complete Restoring Plugins cordova plugin add [email protected] Ionic state restore completed max@U9200:~/XDK/WPHC/wordpress-hybrid-client$ :-D ok, no errors! |
sorry, but there are more errors: for the moment I won't use google analitic... can I unistall cordova-plugin-googleplayservices and the app can works without there two plugins? |
Just remove it for now. Will check this issue, thanks |
where is the list of plugins to install used from "ionic state restore" ? |
at the end of package.json |
I have updated to the latest google play service and I can reproduce! |
good!! :) now I'm using the "npm run build" after setup the keystore in the release.sh |
I can build usign "npm run build", sign the apk and install in my phone. I will investigate how to downgrade in android studio, the google play service |
how is |
sorry... too late :) |
houston, we have a problem :( downgrading the google_play_service to version 25 is not enougth now I can compile and build without errors... but with Error Class cordova not found I'm so sad... :( |
There is a conflict with push notif plugin. WOrking on it |
we are all with you! :D |
Getting there :P |
Why do not you join the chat? https://gitter.im/shprink/wordpress-hybrid-client |
@maxlinux2000 can you please: Update android dependencies like this: then :
If it works (works on my side) I will release beta02 right away. |
Haha thanks for your help |
Hi all,
today I tried to build the app in my ubuntu 14.04 64bit but with errors:
steps:
up this point, all works fine, and I can see the default julien's blog
now when I try to build for android... first error
You can see the log here
http://pastebin.com/XUCvhmgh
...so I tried to uninstall the cordova-plugin-google-analytics an reinstall by hand all plugins presents in the previous version. Here the list
max@U9200:
/XDK/WPHC/wordpress-hybrid-client$ cordova plugin list/XDK/WPHC/wordpress-hybrid-client$com.ionic.keyboard 1.0.4 "Keyboard"
com.telerik.plugins.nativepagetransitions 0.5.7 "Native Page Transitions"
cordova-plugin-console 1.0.2 "Console"
cordova-plugin-crosswalk-webview 1.4.0 "Crosswalk WebView Engine"
cordova-plugin-device 1.1.0 "Device"
cordova-plugin-dialogs 1.2.0 "Notification"
cordova-plugin-file 3.0.0 "File"
cordova-plugin-file-transfer 1.4.0 "File Transfer"
cordova-plugin-globalization 1.0.2 "Globalization"
cordova-plugin-google-analytics 0.8.1 "Google Universal Analytics Plugin"
cordova-plugin-googleplayservices 19.0.3 "Google Play Services for Android"
cordova-plugin-inappbrowser 1.1.1 "InAppBrowser"
cordova-plugin-network-information 1.1.0 "Network Information"
cordova-plugin-splashscreen 3.0.0 "Splashscreen"
cordova-plugin-statusbar 2.0.0 "StatusBar"
cordova-plugin-velda-devicefeedback 0.0.2 "DeviceFeedback"
cordova-plugin-whitelist 1.2.0 "Whitelist"
nl.x-services.plugins.socialsharing 4.3.19 "SocialSharing"
nl.x-services.plugins.toast 2.1.1 "Toast"
org.pushandplay.cordova.apprate 1.1.7 "AppRate"
max@U9200:
then remove the platforms an reinstall android:
max@U9200:
/XDK/WPHC/wordpress-hybrid-client$ cordova platform remove android ios/XDK/WPHC/wordpress-hybrid-client$ cordova platform add androidmax@U9200:
No errors... but....building
http://pastebin.com/fA9XJUx6
for information... here my system
my ionic is the last
max@U9200:~/XDK/WPHC/wordpress-hybrid-client$ ionic -v
1.7.12
my android sdk is updated and (I think) complete for this system
someone has found same errors?
MaX
The text was updated successfully, but these errors were encountered: