Android Question Lost to install B4A and Android Tools

Franck Danard

Member
Licensed User
Longtime User
Hello.

I'm lost to install B4A with Android tools.

On the Android website, there's only Android Studio 3.
I don't see anything useful for B4A.
I tried to get some stuff somewhere because android studio don't provide adv.exe and other stuff.

Now i can use the brige on my smartphone.
But now, i would like to make a test. Unabe to launch app.

B4X:
Génération du fichier R.    Error
AndroidManifest.xml:2: error: No resource identifier found for attribute 'versionCode' in package 'android'
AndroidManifest.xml:2: error: No resource identifier found for attribute 'versionName' in package 'android'
AndroidManifest.xml:2: error: No resource identifier found for attribute 'installLocation' in package 'android'
AndroidManifest.xml:9: error: No resource identifier found for attribute 'minSdkVersion' in package 'android'
AndroidManifest.xml:9: error: No resource identifier found for attribute 'targetSdkVersion' in package 'android'
AndroidManifest.xml:10: error: No resource identifier found for attribute 'largeScreens' in package 'android'
AndroidManifest.xml:10: error: No resource identifier found for attribute 'normalScreens' in package 'android'
AndroidManifest.xml:10: error: No resource identifier found for attribute 'smallScreens' in package 'android'
AndroidManifest.xml:10: error: No resource identifier found for attribute 'anyDensity' in package 'android'
AndroidManifest.xml:14: error: No resource identifier found for attribute 'name' in package 'android'
AndroidManifest.xml:15: error: No resource identifier found for attribute 'name' in package 'android'
AndroidManifest.xml:16: error: No resource identifier found for attribute 'icon' in package 'android'
AndroidManifest.xml:16: error: No resource identifier found for attribute 'label' in package 'android'
AndroidManifest.xml:19: error: No resource identifier found for attribute 'windowSoftInputMode' in package 'android'
AndroidManifest.xml:19: error: No resource identifier found for attribute 'launchMode' in package 'android'
AndroidManifest.xml:19: error: No resource identifier found for attribute 'name' in package 'android'
AndroidManifest.xml:19: error: No resource identifier found for attribute 'label' in package 'android'
AndroidManifest.xml:19: error: No resource identifier found for attribute 'screenOrientation' in package 'android'
AndroidManifest.xml:26: error: No resource identifier found for attribute 'name' in package 'android'
AndroidManifest.xml:27: error: No resource identifier found for attribute 'name' in package 'android'
AndroidManifest.xml:31: error: No resource identifier found for attribute 'name' in package 'android'
AndroidManifest.xml:33: error: No resource identifier found for attribute 'name' in package 'android'

Could you help me please?
 

klaus

Expert
Licensed User
Longtime User
You need to give some more information on what you have done.
How did you install Java SDK, Android SDK and B4A?
Did you configure correctly the Paths in the IDE.
What is the content of the ManifestEditor?
Which B4A version are you using?

You find these steps explained in the B4x Getting Started booklet.
Ce livret existe aussi en français Livret B4x Premiers Pas.
Liens dans ma signature.
 
Upvote 0

Erel

B4X founder
Staff member
Licensed User
Longtime User
Not easy to find the good link for SDK.
Why?

Step #1:

SS-2017-12-15_08.47.10.png


If you are using B4A v7.8:

SS-2017-12-15_08.47.31.png
 
Upvote 0

Franck Danard

Member
Licensed User
Longtime User
Maybe, but when you try to find something with google, "download android SDK", the link gives Android Studio 3
But don't worry, it's good now.
However, good idea for this button "Dowload SDk". Excellent
 
Upvote 0
Top