Phone Lib help

rfresh

Well-Known Member
Licensed User
Longtime User
I recently added the phone.zip lib to my IDE and now my code won't compile. It's complaining about this line:

B4X:
Dim pid As PhoneId

What Lib is needed for this? This used to compile ok until I just added the phone.zip lib, so I'm sure it has something to do with that.
 

rfresh

Well-Known Member
Licensed User
Longtime User
Hmmm...maybe I over wrote my old phone lib because I copied these phone.zip files to my extras folder, not my internal lib folder as Erel stated. But I don't see an internal lib folder...?

I removed the two phone lib files from my extras folder and was able to compile again. So that was the problem. Now the problem is that the two files in the phone.zip file are to be copied (according to Erel) to the b4a internal lib folder but I don't see it.
 
Last edited:
Upvote 0

rfresh

Well-Known Member
Licensed User
Longtime User
I'm away from my PC at t moment, so I can't get the phone lib ver but I think you solved it for me. I didn't realize the phone lib was already in the internal lib, so I didn't need to add it as an external one.

Thanks...
 
Upvote 0

rfresh

Well-Known Member
Licensed User
Longtime User
Thanks Erel -- what folder do I copy it into?

I don't have the C:\Program Files\Anywhere Software\Basic4android\Libraries

dir structure
 
Upvote 0
Top