hi erel,
i'm using 3.5 and i have no idea i found this problem.
i created several projects using google maps and no problems until today i found this when compiling.
i checked the library folder (different library folder with b4a), no change. then i tried to paste google play jar (2 files from sdk).
i uninstalled also b4a then install again, but i got this error again. i can't create new project with google map lib. the funny thing is my previous projects with google map are fine. they can be opened, modify and compile without any errors.
i can compile the project successfully if i remove gmap.AnimateCamera(cp) for new project. something wrong? or i need to upgrade the google play lib with the latest one?
here is the error message:
Parsing code. 0.04
Compiling code. 0.23
Compiling layouts code. 0.01
Generating R file. 0.41
Compiling generated Java code. Error
B4A line: 30
gmap.AnimateCamera(cp)
javac 1.7.0_03
src\com\bengkeldroid\rasikareport\main.java:336: error: package com.google.android.gms.maps.model does not exist
mostCurrent._gmap.AnimateCamera((com.google.android.gms.maps.model.CameraPosition)(_cp.getObject()));
^
1 error
any suggestion? or i should move the extra lib folder outside the c:\program files (x86)
---UPDATE---
erel, it's getting strange for me. i can compile the new project but....i have to add admob or airpush lib. when i load one of of them and modify the manifest accordingly, the project is compiled successfully.
so i have to use adnetwork lib for playing with google map. well, at least that's the only option left for me. for now