I am using Ubuntu for developing my 1st android. I have a problem and the solution is to adb install DataAttach.apk .
my problem is, where can i do adb install DataAttach.apk?
i tried this:
$ cd android-sdk-linux/
$ adb install DataAttach.apk
adb: command not found
do anyone can give me an idea about my case?
1)Open the terminal and move to android-SDK-Folder.
2)Go to platform-tools.
3)check for the existence of adb by using ls command
4)then try using adb as shown below
That’s it.