Hi everyone,
My whole "update" to Android 5.0.2 Lollipop is very "pain in the ass" for me.
Nothing of what was working under Android 4.2.2 and B4A v5.02 is now working.
I update the SDK to version 21 (19 before).
I restarted the ADB server, etc...
In the log the business logic seems to work but nothing is shown on the screen (no layout) and i can not see the app installed on the smartphone...
I tried with my app but the examples taken from this forum has not installed either.
Here is my path configurations:
C:\Program Files\Java\jdk1.7.0_71\bin\javac.exe
and
C:\Android\platforms\android-21\android.jar
and the Manifest Editor content:
The smartphone is under debug mode and there is not sdcard slot (difference from my previous device) --> for that reason I'm using now File.DirInternal.
Thank you for your help.
My whole "update" to Android 5.0.2 Lollipop is very "pain in the ass" for me.
Nothing of what was working under Android 4.2.2 and B4A v5.02 is now working.
I update the SDK to version 21 (19 before).
I restarted the ADB server, etc...
In the log the business logic seems to work but nothing is shown on the screen (no layout) and i can not see the app installed on the smartphone...
I tried with my app but the examples taken from this forum has not installed either.
Here is my path configurations:
C:\Program Files\Java\jdk1.7.0_71\bin\javac.exe
and
C:\Android\platforms\android-21\android.jar
and the Manifest Editor content:
B4X:
'This code will be applied to the manifest file during compilation.
'You do not need to modify it in most cases.
'See this link for for more information: http://www.b4x.com/forum/showthread.php?p=78136
AddManifestText(
<uses-sdk android:minSdkVersion="14" android:targetSdkVersion="21"/>
<supports-screens android:largeScreens="true"
android:normalScreens="true"
android:smallScreens="true"
android:anyDensity="true"/>)
SetApplicationAttribute(android:icon, "@drawable/icon")
SetApplicationAttribute(android:label, "$LABEL$")
SetApplicationAttribute(android:theme, "@android:style/Theme.Holo")
'SetActivityAttribute(main, android:launchMode, "singleInstance")
'End of default text.
Thank you for your help.