M mystic Member Licensed User Longtime User Oct 27, 2016 #1 Hi, if I load the FirebaseNotifications library (version 1.00) I get the following Error Message: Maven artifact not found: com.android.support/support-annotations The same Message comes, if I try to compile. I have done all steps within the Tutorial: https://www.b4x.com/android/forum/threads/integrating-firebase-services.67692/ Both Packages are installed. What I'am doing wrong? MfG Mystic
Hi, if I load the FirebaseNotifications library (version 1.00) I get the following Error Message: Maven artifact not found: com.android.support/support-annotations The same Message comes, if I try to compile. I have done all steps within the Tutorial: https://www.b4x.com/android/forum/threads/integrating-firebase-services.67692/ Both Packages are installed. What I'am doing wrong? MfG Mystic
Erel B4X founder Staff member Licensed User Longtime User Oct 27, 2016 #2 1. Have you installed the two repositories? 2. Are you sure that android.jar is set to the correct Android SDK (Tools - Configure Paths)? Upvote 0
1. Have you installed the two repositories? 2. Are you sure that android.jar is set to the correct Android SDK (Tools - Configure Paths)?
M mystic Member Licensed User Longtime User Oct 27, 2016 #3 1. You mean this, or? 2. My configure paths Attachments upload_2016-10-27_15-44-21.png 42 KB · Views: 364 Upvote 0
Erel B4X founder Staff member Licensed User Longtime User Oct 30, 2016 #4 It looks correct. Do you see the support-annotations folder? Upvote 0
M mystic Member Licensed User Longtime User Nov 2, 2016 #5 No, this folder is missing. I have delete package "Android Support Repository" and installed again. Now the folder is available and it works. Thank you. Upvote 0
No, this folder is missing. I have delete package "Android Support Repository" and installed again. Now the folder is available and it works. Thank you.
Pendrush Well-Known Member Licensed User Longtime User Nov 2, 2016 #6 One more note to @mystic, you are using very old Java (JDK) version. Upvote 0