tags:

views:

29

answers:

0

Hi I am using the CameraDemo code and have added some extra functionality to it. I have calls to getFilesDir() and openFileInputString() in both CameraDemo.java and Preview.java. The Problems window wont let me run because it says that both these are undefined for the type Preview. Running 'clear project' doesn't help. It doesnt object to them in CameraDemo and I've checked the imports and I now have all the ones in CameraDemo also in Preview. The android help seems to indicate they both are in Class File and I have import java.io.File in both files. I hope someone has a suggestion! Thanks Ron