how to get rid of error messages

please help there are so many error messages

Board: "Arduino Uno"
ch01_droid_droid:9: error: 'MeetAndroid' does not name a type
ch01_droid_droid.pde: In function 'void setup()':
ch01_droid_droid:31: error: 'phone' was not declared in this scope
ch01_droid_droid.pde: In function 'void loop()':
ch01_droid_droid:37: error: 'phone' was not declared in this scope
ch01_droid_droid.pde: In function 'void setLeft(byte, byte)':
ch01_droid_droid:42: error: 'phone' was not declared in this scope
ch01_droid_droid.pde: In function 'void setRight(byte, byte)':
ch01_droid_droid:50: error: 'phone' was not declared in this scope

ch01_droid_droid.pde (1.29 KB)

im no expert, but check if the library , meetandroid, is correctly installed.

I think so but i will try to install it thank you but how do i change the error
'Phone is not declared in this scope'

For those of us working on an iPad just put your code in your post rather than attaching it.
Use code tags.

JKENNEDY1IN1M:
I think so but i will try to install it thank you but how do i change the error
'Phone is not declared in this scope'

Hello and welcome :slight_smile:

All the other errors are resulting from the first one. So you only need to solve the first one. Install the "MeetAndroid" library in C:\Users<username>\Documents\Arduino\libraries

but how do i change the error
'Phone is not declared in this scope'

Change the line:

MeetAndroid phone;

to

MeetBullet smithAndWesson;

I'm certain that will change the error.

Hi, JKENNEDY1IN1M, can you explain what your program does?

How much experience have you had with arduino, programming and electronics?

Tom....... :slight_smile:

how to install meetandroid library
sorry i am a noob when it comes to arduio

JK

Just put the library folder in the path from my previous post, or follow this guide: http://arduino.cc/en/Guide/Libraries