Quote:
Originally Posted by floatupcp
Hi, when you say copy over the source to the new project do you mean everything - AndroidManifest, default.properties or just or just files in src and res directories. Thanks
|
I have basically the same question. I have tried several approaches and the code transfers over but when I try to run it I get errors. For example:
Code:
Unable to read C:\android\android-sdk-windows\samples\android-10\AndroidManifest.xml: java.io.FileNotFoundException: C:\android\android-sdk-windows\samples\android-10\AndroidManifest.xml (The system cannot find the file specified)
com.android.io.StreamException: java.io.FileNotFoundException: C:\android\android-sdk-windows\samples\android-10\AndroidManifest.xml (The system cannot find the file specified)
...and many more (75 to be exact) any suggestions as to what I might be doing wrong?