I have added some java functions from Project A into Project B. Then, when I try to run Project B, I received the error. When I compare the xml file from both projects, they have different packages.
So do I need to add the packages from Project A into Project B as well ? If yes, how do I do that ?
Please help, I am very new to this
Code for Project B is as below
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="org.tensorflow.demo"
>
Code for Project A is as below
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.google.android.gms.samples.vision.ocrreader"
android:installLocation="auto" >
These are the files that I added from Project A to Project B Files from Project A,