jepe
jepe
AGP 7.1.2 Gradle 7.2 An exception occurred applying plugin request [id: 'me.moallemi.advanced-build-version', version: '2.0.0'] > Failed to apply plugin 'me.moallemi.advanced-build-version'. > The Android Gradle plugin not found. gradle-advanced-build-version only works...
> Can you elaborate? Do you have a sample app project? I'm using latest android studio (bumblebee). Created a project with basic activity, and then follow README instructions for installation...
https://gist.github.com/murdak/e80cceb1306a9b46694b1a259e2162be
For fragment, this worked for me: (activity as MainActivity).toolbar[1] returns the view for menu (3 dots). Index 0 returns view for Toolbar title.
> `ShowcaseConfig config = new ShowcaseConfig();` > > ` MaterialShowcaseSequence sequence = new MaterialShowcaseSequence(this, UNIQUE_ID);` > > ` sequence.setConfig(config);` > > ` sequence.addSequenceItem(findViewById(R.id.action_search), "This is menu one", "GOT IT");` >...
this is the case for non-single use flow. setting a sequenceID paramter would let sequence position increment.