0

I'm added phonegap-plugin-push (http://docs.ionic.io/docs/push-from-scratch) to my project, then after I'm build/run it, the error was appeared. error console

I've try so many ways (https://github.com/driftyco/ionic-service-push-client/issues/22) (SDK Manager unable to fetch content - Connection to https://dl-ssl.google.com refused), but nothing can help me.

Before I'm added this plugin, my project was fine.

Community
  • 1
  • 1
Siti Aishah Ismail
  • 639
  • 1
  • 13
  • 31

1 Answers1

-1

You can setting file project.properties on yourApp\platforms\android

You can edit cordova.system.library.1=com.android.support:support-v13:23+ to your support version

Vojtech Ruzicka
  • 16,384
  • 15
  • 63
  • 66
Trisna
  • 385
  • 1
  • 5
  • 15