B4A Question ERROR Firebase: java.lang.NoSuchMethodError: No virtual method subscribeToTopic(Ljava/lang/String;) - Alberto Iglesias    Jan 23, 2019 Hello everyone,
I still have this problem even follow the instructions below.
java.lang.NoSuchMethodError: No virtual method subscribeToTopic(Ljava/lang/String;)Lcom/google/android/gms/tasks... B4A Question java.lang.NoSuchMethodError: No virtual method subscribeToTopic - wimpie3    Aug 2, 2018 I get this error when trying the Firebase Messaging example from Erel:
java.lang.NoSuchMethodError: No virtual method subscribeToTopic
The sub in FirebaseMessaging is called SubscribeToTopics... B4A Question Error Firebase with B4A V8 - Marcos Alves    May 25, 2018 Hi,
I'm trying to compile an apk using B4A V8 and got the error:
java.lang.NoSuchMethodError: No virtual method subscribeToTopic(Ljava/lang/String;)V in class Lcom/google/firebase/messaging/FirebaseMessaging; or its super classes (declaration of 'com.google.firebase.messaging.FirebaseMessaging' appears in /data/app/com.comten.nexphone-2/base.apk)
The compilation was running... B4A Question (Temp Fix Found) Firebase Messaging Issue with v8.00 SubscribeToTopic - Andrew (Digitwell)    May 25, 2018 .NoSuchMethodError: No virtual method subscribeToTopic(Ljava/lang/String;)V in class Lcom/google/firebase/messaging... **
java.lang.NoSuchMethodError: No virtual method subscribeToTopic(Ljava/lang/String;)V in class Lcom....RuntimeException: java.lang.NoSuchMethodError: No virtual method subscribeToTopic(Ljava/lang/String;)V in class....internal.os.ZygoteInit.main(ZygoteInit.java:684)
Caused by: java.lang.NoSuchMethodError: No virtual... B4A Question [solved] Error with SubscribeToTopics - bgsoft    Apr 28, 2021 I have compiled without modifying the program, and it gives me this error when calling SubscribeToTopics:
firebasemessaging_subscribetotopics (java line: 882)
java.lang.NoSuchMethodError: No virtual method subscribeToTopic(Ljava/lang/String;)Lcom/google/android/gms/tasks/Task; in class Lcom/google/firebase....b4a.objects.FirebaseNotificationsService$FirebaseMessageWrapper.SubscribeToTopic... B4A Question Firebase SubscribeToTopics error and strange adb issues - Yuri Cinesi (first post)    Jul 22, 2018 Can you post the error? java.lang.NoSuchMethodError: No virtual method subscribeToTopic(Ljava/lang/String;)V in class Lcom/google/firebase/messaging/FirebaseMessaging; or its super classes (declaration of 'com.google.firebase.messaging.FirebaseMessaging'... Spanish error FireBase Notifications - Descartex (first post)    Mar 7, 2019 Buenas,
Prueba esta solucion:
https://www.b4x.com/android/forum/threads/error-firebase-java-lang-nosuchmethoderror-no-virtual-method-subscribetotopic-ljava-lang-string.101786/#content... B4A Code Snippet SaveAs - Let the user select a target folder + list of other related methods - Erel    Aug 1, 2021   (38 reactions) storage permission, which is mostly no longer available. RuntimePermissions.GetSafeDirDefaultExternal...) StartActivityForResult(intent) Wait For ion_Event (MethodName As String, Args() As Object....InitializeContext.RunMethodJO("getContentResolver", Null).RunMethod("openOutputStream", Array(jo.RunMethod("getData", Null))) File.Copy2(Source, out) out....b4a.IOnActivityResult", "ion", Null) jo.RunMethod("startActivityForResult", Array(ion... B4A Question Fix firebase for b4a 8+ - DonManfred (first post)    Jul 15, 2018   (3 reactions) Here is the error I get :
firebasemessaging_subscribetotopics
java.lang.NoSuchMethodError: No virtual method subscribeToTopic
Google has changed an API and the library required an update to work properly: https://www.b4x.com/android/forum/threads/updates-to-internal-libraries.59340/#post-591400... B4A Question FirebaseMessaging - gerardguerin (first post)    Jun 12, 2018 I have the same problem, B4A 8.30 , FirebaseNotifications v1.21
java.lang.NoSuchMethodError: No virtual method subscribeToTopic(Ljava/lang/String;)Lcom/google/android/gms/tasks/Task; in class Lcom/google/firebase/messaging/FirebaseMessaging; or its super classes (declaration of 'com.google.firebase.messaging.FirebaseMessaging' ...... Page: 1   2   3   4   5   6   7   |