How can I use Firebase cloud message in an eclipse project?

后端 未结 5 1425
有刺的猬
有刺的猬 2020-12-01 13:24

I have a project in eclipse. I need include firebase library. If I was using Android Studio the steps would simply be:

And its all, all library include.

5条回答
  •  我在风中等你
    2020-12-01 14:08

    Have a look at the resources below. In short, it's about including the Firebase libraries into your project (see the GitHub project and the two videos at the end) and manually performing the steps that the plugin does for you in Android Studio / Gradle.

    • Firebase libraries for Eclipse
      https://github.com/dandar3/android-google-firebase-README
    • Eclipse: Integrating Firebase Analytics into your Android app
      (same steps apply for other Firebase components, will write a post specifically for Cloud Messaging soon)
      http://dandar3.blogspot.com/2016/11/eclipse-integrate-firebase-analytics.html

提交回复
热议问题