Android Question HMS lib question

coldteam

Active Member
Licensed User
Longtime User
Finally, I decided to publish my applications in the App Gallery. Opened the theme and started to try, first I removed all the libraries associated with Google.

After adding the HMS B4A library, it asks me to add the B4X Pages library. I don't plan to use ads in the app. And by the description, there must be a way to work without B4X.
What am I missing, what do I need to do? @Erel
 
Last edited:

coldteam

Active Member
Licensed User
Longtime User
I add the HMS library to my project and get an error:
unknown type: b4xview
(HMSManager)
Public Sub CreateBannerAd (AdId As String, Size As String, Target As Object, EventName As String) As B4XView
 
Upvote 0

Almora

Active Member
Licensed User
Longtime User
b4xpage if you're not using it, use this..

 
Upvote 0
Top