[Aerogear-users] Aearogear with Android SDK on OpenShift: Default FirebaseApp is not initialized

Daniel Passos dpassos at redhat.com
Thu Mar 22 10:17:29 EDT 2018


Hey Robert,

FirebaseApp.initializeApp(Context) means you have not configured Firebase
correctly.

Can you check if you have added this:

https://github.com/aerogear/aerogear-android-cookbook/blob/master/HelloPush/build.gradle#L9
​

On Thu, Mar 22, 2018 at 9:17 AM, Matthias Wessendorf <matzew at apache.org>
wrote:

> Hey Robert,
>
> thanks for reacing out - I hope that passos or summers can be helpful with
> your issue here
>
> On Wed, Mar 21, 2018 at 4:47 PM, Robert Baumgartner <rbaumgar at redhat.com>
> wrote:
>
>> Hi Gurus,
>>
>> I tried to use AeroGear and run into a little problem...
>>
>> I installes Aerogear on OpenShift/Minishift incl Kerberos, like
>> https://github.com/aerogear/aerogear-unifiedpush-server/
>>
>> After that I used the guide at:
>> https://aerogear.org/docs/unifiedpush/aerogear-push-android/guides/
>>
>> Then I got a complier error when I tried to run the  PushApplication
>>
>> Error:(25, 23) error: TAG has private access in FragmentActivity
>>
>> I tried to fixed this in
>> MainActivity.java by adding a
>>     private static final String TAG = MainActivity.class.getSimpleName();
>>
>>
>> So I got the following error at application runtime:
>> W/System: ClassLoader referenced unknown path:
>> /data/app/com.push.pushapplication-1/lib/arm64
>> I/FirebaseInitProvider: FirebaseApp initialization unsuccessful
>> I/InstantRun: starting instant run server: is main process
>> W/art: Before Android 4.1, method android.graphics.PorterDuffColorFilter
>> android.support.graphics.drawable.VectorDrawableCompat.updat
>> eTintFilter(android.graphics.PorterDuffColorFilter,
>> android.content.res.ColorStateList, android.graphics.PorterDuff$Mode)
>> would have incorrectly overridden the package-private method in
>> android.graphics.drawable.Drawable
>> E/MainActivity: *Default FirebaseApp is not initialized in this process
>> com.push.pushapplication. Make sure to call
>> FirebaseApp.initializeApp(Context) first.*
>>                 java.lang.IllegalStateException: Default FirebaseApp is
>> not initialized in this process com.push.pushapplication. Make sure to call
>> FirebaseApp.initializeApp(Context) first.
>>                     at com.google.firebase.FirebaseApp.getInstance(Unknown
>> Source)
>>                     at com.google.firebase.iid.Fireba
>> seInstanceId.getInstance(Unknown Source)
>>                     at org.jboss.aerogear.android.uni
>> fiedpush.fcm.AeroGearFCMPushRegistrar$2.get(AeroGearFCMPushR
>> egistrar.java:100)
>>                     at org.jboss.aerogear.android.uni
>> fiedpush.fcm.AeroGearFCMPushRegistrar$2.get(AeroGearFCMPushR
>> egistrar.java:96)
>>                     at org.jboss.aerogear.android.uni
>> fiedpush.fcm.AeroGearFCMPushRegistrar$4.doInBackground(AeroG
>> earFCMPushRegistrar.java:145)
>>                     at org.jboss.aerogear.android.uni
>> fiedpush.fcm.AeroGearFCMPushRegistrar$4.doInBackground(AeroG
>> earFCMPushRegistrar.java:135)
>>                     at android.os.AsyncTask$2.call(AsyncTask.java:305)
>>                     at java.util.concurrent.FutureTas
>> k.run(FutureTask.java:237)
>>                     at android.os.AsyncTask$SerialExe
>> cutor$1.run(AsyncTask.java:243)
>>                     at java.util.concurrent.ThreadPoo
>> lExecutor.runWorker(ThreadPoolExecutor.java:1133)
>>                     at java.util.concurrent.ThreadPoo
>> lExecutor$Worker.run(ThreadPoolExecutor.java:607)
>>                     at java.lang.Thread.run(Thread.java:761)
>>
>> I could not find any workaroud. Any tip/solution wolcome?
>>
>> Lg Robert
>> Mit freundlichen Grüßen / Kind regards
>>
>>
>> Robert Baumgartner
>>
>> Senior Solution Architect Middleware
>>
>> Red Hat Austria GmbH <https://www.redhat.com>
>>
>> Millenniumtower 24.Stock
>>
>> Handelskai 94-96
>> <https://maps.google.com/?q=Handelskai+94-96&entry=gmail&source=g>
>>
>> A-1200 Wien
>>
>> robert.baumgartner at redhat.com    M: +43-660-5913883
>> <https://red.ht/sig>
>>
>>
>> _______________________________________________
>> Aerogear-users mailing list
>> Aerogear-users at lists.jboss.org
>> https://lists.jboss.org/mailman/listinfo/aerogear-users
>>
>>
>
>
> --
> Matthias Wessendorf
>
> github: https://github.com/matzew
> twitter: http://twitter.com/mwessendorf
>



-- 
-- Passos
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/aerogear-users/attachments/20180322/100be203/attachment.html 


More information about the Aerogear-users mailing list