question

corey avatar image
corey asked corey commented

When targeting clover apk to new environment (EU) I receive line 15: adb: command not found No Android devices detected

When targeting clover apk to new environment (EU) I receive line 15: adb: command not found No Android devices detected.

I am using Genymotion.

What am I doing wrong?

image description

10 |2000

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

1 Answer

Jeffrey Blattman avatar image
Jeffrey Blattman answered corey commented

adb needs to be in your path. It comes as part of the Android SDK distribution. E.g., I have this in my .bashrc,

export ANDROID_HOME=~/android-sdk-linux
export PATH=$ANDROID_HOME/platform-tools:$ANDROID_HOME/tools:...
2 comments
10 |2000

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

corey avatar image corey commented ·

How would I do that if I am using genymotion?

0 Likes 0 ·
corey avatar image corey commented ·

This is a pain in the butt. Why don't the Clover Dev guys make apk files that point to the neccesary environment?

0 Likes 0 ·

Welcome to the
Clover Developer Community