Can't Get Started

baxter

New Member
Licensed User
Longtime User
OK, I can't even get started.

Device: Archos 80 G9 (ICS 4.0.7) connected to PC(Win 7 64bit) via USB. {} Developer options --> USB debugging on

Configured Paths (in B4A):
================
C:\Program Files\Java\jdk1.7.0_05\bin\javac.exe
C:\Program Files (x86)\Android\android-sdk\platforms\android-16\android.jar

Checked ADB connectivity:
================
C:\Program Files (x86)\Android\android-sdk\platform-tools>adb devices
* daemon not running. starting it now on port 5037 *
* daemon started successfully *
List of devices attached
A80S6KF1GMU1BPJJHH device

Loaded MyFirstprogram from the Beginner's Guide SourceCode into B4A

Connected B4A-Bridge Wireless: Device reports Connected

Compile and Run (Alt+1) with the following error:

Compiling code. Error
Could not find file 'C:\Users\beb\Desktop\guide\SourceCode\MyFirstProgram\Files\mainwithkeyboard.bal'.

Went to Designer --> Tools --> Connect --> Popup Select Device B4A-Bridge:
archos ARCHOS80G9
A80S6KF1GMU1BPJJHH (ADB)

B4A Designer opens on device (blank black screen) after selecting the first option.

Compile and run gives the same error as above. The error doesn't relate to a connectivity problem. I then went through the post, Guess my number - Visual designer & Events. I managed to compile and install it, but it gave some sort of Java error on the device. Can someone point me to a real noob walkthrough?

Baxter
 
Top