Will do.
1st, I rebooted.
Deleted the C:\Android4 folder and made a new C:\Android4 folder.
I went back to
I'm happy to release a new BETA version of B4A. The Android SDK and the underlying toolchain where updated with preparation for Android 14 (targetSdkVersion=34) requirements. Many of the internal libraries and also external libraries were updated and now depend on the latest Android SDK...
and downloaded the links again for the Android SDK and used 7Zip to extract
and
to C:\Android4
Decided to create a new, default project using File > New > Default.
Updated my Manifest with
<uses-permission android:name="android.permission.READ_PHONE_NUMBERS" />
Added the Phone 2.60 library
While doing this I noticed the Core library version reads a 12.80.
But Help > About reads Version: 13.00 BETA #1 (64 bit)
Verified my paths:
C:\Java\jdk-19.0.2\bin\javac.exe
and
C:\Android4\platforms\android-34\android.jar
Opened SDK Manager to install any recommended items.
Saved, closed project, re-opened it.
Started B4A Bridge on my Motorola one 5G UW ace,
connected through Tools > B4A Bridge > Connect, the status bar then reading 'Connected'.
Clicked Run tool on toolbar, bombed on Log(pid.GetLine1Number).
Sub Activity_Create(FirstTime As Boolean)
Activity.LoadLayout("Layout")
Dim pid As PhoneId
If FirstTime Then
Log(pid.GetLine1Number)
End If
End Sub
Attached is the contents of the Logger pane.
Thank you for your help.