Help! What is wrong with my configuration? (win7 + Xubuntu on asus A53SV, archos android tablet 101G9)
The android SDK looks like it's installed o.k. since i get my pgm compiled.

The tablet looks like it is installed o.k. as i can transfer ...\distribute\Android\bin\*name*-glbasic-debug-unaligned.apk into the tablet's directory "Computer\ARCHOS 101G9\Internal Storage\Download" and then install and run it.

(it's the only *.apk file that can be installed o.k. inside the tablet)

By running AVD i get my 3 versions of android o.s. running ok inside the simulator.
However when AVD is open and running, compiling for android in GLbasic doesn't install and run the pgm in the simulator, as described in the help files.
(MoSync did it... if you have the patience to use the tedious C++)

At command prompt i type "adb devices" and get the reply:
* daemon not running. starting it now on port 5037 *
* daemon started successfully *
List of devices attached
[2 empty lines]
C:\Users\Ra>_
// then//
"adb usb" replies:
error: device not found

I tried to update the tablet driver:
computer Rclick -> computer management -> device manager -> portable devices -> archos 101G9
list of driver files:
...system32\DRIVERS\UMDF\WpdMtpDr.dll
...system32\DRIVERS\winusb.sys
...system32\DRIVERS\WUDFRd.sys
...system32\WpdMtp.dll
...system32\WpdMtpUS.dll

Win7 doesn't allow me to update to the manufacturer's driver that contains
android_winusb.inf
WdfCoInstaller01009.dll
winusbcoinstaller2.dll
WUDFUpdate_01009.dll
...saying the installed drivers are already up-to-date.
Should i force do it manually?

As Archos says, i added the line
echo 0x0e79 >> "%USERPROFILE%\.android\adb_usb.ini"
in c:\Users\Ra\.android\adb_usb.ini
without results.

I can see two "BUILD FAILED" message in the ouput console (is it bad Doctor?):
____________________________________
*** Configuration: ANDROID ***
precompiling:
GPC - GLBasic Precompiler V.10.104 SN:cc8796c9 - 3D, NET
Wordcount:1139 commands
compile+link:
running Android build-script...
BUILD STAGE 1: Compile and pack RELEASE
[echo] Gathering info for glbasic...
[echo] Creating output directories if needed...
[echo] ----------
[echo] Handling aidl files...
[echo] ----------
[echo] Handling RenderScript files...
[echo] ----------
[echo] Handling Resources...
BUILD FAILED
Q:\Compiler\platform\android\android-sdk-windows\tools\ant\build.xml:539: The following error occurred while executing this line:
Q:\Compiler\platform\android\android-sdk-windows\tools\ant\build.xml:568: null returned: 1
Total time: 2 seconds
.
BUILD STAGE 2: Build DEBUG and install on device
[echo] Gathering info for glbasic...
[echo] Creating output directories if needed...
[echo] ----------
[echo] Handling aidl files...
[echo] ----------
[echo] Handling RenderScript files...
[echo] ----------
[echo] Handling Resources...
BUILD FAILED
Q:\Compiler\platform\android\android-sdk-windows\tools\ant\build.xml:539: The following error occurred while executing this line:
Q:\Compiler\platform\android\android-sdk-windows\tools\ant\build.xml:568: null returned: 1
Total time: 2 seconds
finished Android build-script.
Android=C:\Users\Ra\Myfuk-GLbasic\GLBasic\GLBasic\AppName004\distribute\Android
success
_______________________________________
*** Finished ***
Elapsed: 17.9 sec. Time: 04:29
Build: 1 succeeded.

Here is a useful link to archos:
http://www.archos.com/support/support_tech/updates_adb.html?country=ws&lang=enFinally the pictures used for sprites in GLb' are placed in the app folder and loaded o.k.

(hope the transparency will be fine).
On the local machine the program works

. When i transfer it (manually) into the tablet, all the images/sprites appear as a white square instead.
I couldn't find where to place the images for them to be included in the apk file. Anyone with some experience there?
Many thanks in advance,

sf-in-sf