M mehdimf20 Member Licensed User Apr 30, 2018 #1 hi all, when i use runtimePermissions library , the following error occurs! B4X: B4A Version: 8.00 Parsing code. (0.50s) Compiling code. (3.01s) Compiling layouts code. (1.15s) Organizing libraries. (0.00s) Generating R file. (1.00s) Compiling generated Java code. Error B4A line: 72 gmap.AnimateCamera(cp) javac 1.8.0_144 src\com\torange\searchpage.java:580: error: package com.google.android.gms.maps.model does not exist mostCurrent._gmap.AnimateCamera((com.google.android.gms.maps.model.CameraPosition)(_cp.getObject()));
hi all, when i use runtimePermissions library , the following error occurs! B4X: B4A Version: 8.00 Parsing code. (0.50s) Compiling code. (3.01s) Compiling layouts code. (1.15s) Organizing libraries. (0.00s) Generating R file. (1.00s) Compiling generated Java code. Error B4A line: 72 gmap.AnimateCamera(cp) javac 1.8.0_144 src\com\torange\searchpage.java:580: error: package com.google.android.gms.maps.model does not exist mostCurrent._gmap.AnimateCamera((com.google.android.gms.maps.model.CameraPosition)(_cp.getObject()));
Erel B4X founder Staff member Licensed User Longtime User May 1, 2018 #2 Have you added the #AdditionalJar line from the tutorial: https://www.b4x.com/android/forum/threads/google-maps.63930/ ? Upvote 0
Have you added the #AdditionalJar line from the tutorial: https://www.b4x.com/android/forum/threads/google-maps.63930/ ?