Android Question How to make advance menu

junaidahmed

Well-Known Member
Licensed User
Longtime User
I am trying to make advance menu (sliding menu).I have refer below link but when run the application its shows an error message as
"e:\androidsoftware\resources_11_22\tools\..\extras\b4a_remote\androidx\core\core\1.9.0\unpacked-core-1.9.0\res\values\values.xml:112: error: resource android:attr/lStar not found.
error: failed linking references."

please help how to resolve this issues

b4x.com/android/forum/threads/appcompat-make-material-design-apps-compatible-with-older-android-versions.48423/#content

Note:-

I have downloaded latest version sdk and b4x software

B4x : 12.50
sdk platorm: android-28
 

Attachments

  • Testmenu.zip
    12.8 KB · Views: 62

Erel

B4X founder
Staff member
Licensed User
Longtime User
Delete your Android SDK and download a new one:

 
Upvote 0

junaidahmed

Well-Known Member
Licensed User
Longtime User
Delete your Android SDK and download a new one:

thanks erel ,issues is resolved but after installing in device ,the application keep stopping.
please advise where it is problem

Note:
i have updated the latest android SDK platform 33 (E:\AndroidSoftware\resources_11_22\platforms\android-33\android.jar)
 
Upvote 0

junaidahmed

Well-Known Member
Licensed User
Longtime User
thanks erel ,issues is resolved but after installing in device ,the application keep stopping.
please advise where it is problem

Note:
i have updated the latest android SDK platform 33 (E:\AndroidSoftware\resources_11_22\platforms\android-33\android.jar)
Please help
 
Upvote 0

asales

Expert
Licensed User
Longtime User
Your code is wrong.
If you want to made a sliding menu, check this posts:
 
Upvote 0

teddybear

Well-Known Member
Licensed User
I don't know where the Testmenu.zip you provided is from, but it is wrong
you can use the example from Erel's Tutorials & Examples
 
Upvote 0

junaidahmed

Well-Known Member
Licensed User
Longtime User
I don't know where the Testmenu.zip you provided is from, but it is wrong
you can use the example from Erel's Tutorials & Examples
Your code is wrong.
If you want to made a sliding menu, check this posts:

I have downloaded sample code ,after installing in device there is no view is available in my device ,please check the log for your reference.

Logger connected to: samsung SM-M325F
--------- beginning of main
--------- beginning of system
--------- beginning of crash
*** Service (starter) Create ***
** Service (starter) Start **
** Activity (main) Create (first time) **
Call B4XPages.GetManager.LogEvents = True to enable logging B4XPages events.
** Activity (main) Resume **
** Activity (main) Pause event (activity is not paused). **
** Activity (main) Resume **
** Activity (main) Pause event (activity is not paused). **
** Activity (main) Resume **
** Activity (main) Pause event (activity is not paused). **
** Service (starter) Destroy (ignored)**
** Activity (main) Resume **
** Activity (main) Pause event (activity is not paused). **
*** Service (starter) Create ***
** Service (starter) Start **
** Activity (main) Create (first time) **
Call B4XPages.GetManager.LogEvents = True to enable logging B4XPages events.
** Activity (main) Resume **
** Activity (main) Pause event (activity is not paused). **
*** Service (starter) Create ***
** Service (starter) Start **
** Activity (main) Create (first time) **
Call B4XPages.GetManager.LogEvents = True to enable logging B4XPages events.
** Activity (main) Resume **
 
Upvote 0
Top