I just started Yesterday. I am able to connect My Fone with Wify but I wish to connect it via USB. Drivers are already updated to my pc and I am also using other tools Like MobileExplorer which accept my mobile from USB connection. Debuggin mode is on.
What next I should do to start B4A since in B4A bridge no option other than LAN.
if all the above is doing fine, like you reported, you have to start b4a, write your first programm
B4X:
Sub Activity_Create(FirstTime As Boolean)
'Do not forget to load the layout file created with the visual designer. For example:
'Activity.LoadLayout("Layout1")
Log("Hello World")
End Sub
and press F5 in debug mode. The app should start on your device....
My Phone is Connected with USB and I m able to view and send SMS via PC using MyPhoneExplorer. But when I hit F5 as suggested above,
Error windows strike with message No Device Found.
did you try to connect it with adb?
adb you can find in the SDK folder <sdk>/platform-tools/
from the commandline enter: adb devices which will list all connected devices. See if your device is listed.
I'm having similar problem as user above.
I have found and run ADB and see that ADB devices lists one device
It must be correct one since if I disconnect USB cable and again ask for list, the device is no longer found.
For me my Path to android.jar is
C:\Android\Android-sdk\platforms\android-23\android.jar
Now - what do I do next ?