You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @andrewjaykeller
I used Buildozer on my Python program to get APK file but my app is crashing on the phone. While debugging, I found initialize_app method of firebase is not in the firebase module. initialize_app is present in firebase_admin module. I am not the best in coding, so I can’t help myself, but count on your help here.
10-22 17:31:10.831 31962 7085 I python : Traceback (most recent call last): 10-22 17:31:10.832 31962 7085 I python : File “/home/zolwik/PycharmProjects/julia-brain/.buildozer/android/app/main.py”, line 77, in 10-22 17:31:10.832 31962 7085 I python : File “/home/zolwik/PycharmProjects/julia-brain/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/JuliasBrain/arm64-v8a/neurosity/neurosity.py”, line 16, in init 10-22 17:31:10.833 31962 7085 I python : AttributeError: 10-22 17:31:10.833 31962 7085 I python : Python for android ended.
firebase.initialize_app
The text was updated successfully, but these errors were encountered:
https://github.com/neurosity/neurosity-sdk-python/blame/1ac04e0c73a0e350b38d140a992e5b2f0f31e2c9/neurosity/neurosity.py#L16C25-L16C33
Hi @andrewjaykeller
I used Buildozer on my Python program to get APK file but my app is crashing on the phone. While debugging, I found initialize_app method of firebase is not in the firebase module. initialize_app is present in firebase_admin module. I am not the best in coding, so I can’t help myself, but count on your help here.
10-22 17:31:10.831 31962 7085 I python : Traceback (most recent call last): 10-22 17:31:10.832 31962 7085 I python : File “/home/zolwik/PycharmProjects/julia-brain/.buildozer/android/app/main.py”, line 77, in 10-22 17:31:10.832 31962 7085 I python : File “/home/zolwik/PycharmProjects/julia-brain/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/JuliasBrain/arm64-v8a/neurosity/neurosity.py”, line 16, in init 10-22 17:31:10.833 31962 7085 I python : AttributeError: 10-22 17:31:10.833 31962 7085 I python : Python for android ended.
firebase.initialize_app
The text was updated successfully, but these errors were encountered: