Android Question android-22 & android-26

Hamied Abou Hulaikah

Well-Known Member
Licensed User
Longtime User
i have 2 kinds of projects
1- appcomat which only run if i set configuration path of my B4A to android-26\android.jar and it gives error when i set path to android-22\android.jar
2- notification google firebase push service which only run if i set configuration path of my B4A to android-22\android.jar and it gives error when i set path to android-26\android.jar

when i put them together and set path to one of them it gives error that missing path of the other .
what solution i can do.
 
Last edited:

DonManfred

Expert
Licensed User
Longtime User
Use always the most up to date android.jar
set targetsdk to 22 max.
firebase notifications will work with the same

If not. Upload a sample project which shows the problem.
 
Upvote 0
Top