Skip to main content
163
results
Andrew Fletcher
Updating the Android app and while testing I'm seeing the following error in the AndroidManifest.xml file Class referenced in the manifest, `com.{app_name}.app.MainActivity`, was not found in the project or the librariesAnd the accompanying error Unresolved class 'MainActivity'  Working through the suggestions Invalidate caches To invalidate the caches do the following File > Invalidate caches / restartOutcome: error remained   2. Restart Android Studio Another suggestion was to...
Andrew Fletcher
Attempting to run a composer update command, you know the one used...
Andrew Fletcher
Issues with sign in key... When attempting to upload a APK package, I'm getting...
Andrew Fletcher
On most of the sites I'm running the Google analytics ID is appearing....
Andrew Fletcher
How to set the Private file path in Drupal using the following steps: Create a...
Andrew Fletcher
Only a month ago, running an app through the Android Studio emulator was running fine.  Now I'm warmly greeted by Error Installation did not succeed. The application could not be installed: INSTALL_PARSE_FAILED_NO_CERTIFICATESThe complete error is  Launching '{project}' on Pixel 5 API 33. Installation did not succeed. The application could not be installed: INSTALL_PARSE_FAILED_NO_CERTIFICATES List of apks: [0]...
Andrew Fletcher
Using Composer to Manage Projects and if required their dependencies In this...
Andrew Fletcher
If your Composer project doesn't have Drush listed as a dependency, you can...
Andrew Fletcher
Using CK Editor 5, I needed to add instructions to a page that held FontAwesome...
Andrew Fletcher
I've been working on a problem where a font and image tag aren't appearing on...
Andrew Fletcher
In a site I'm working at the moment, we need to download high resolution images for media groups.  How do you force a href to download rather than the default display in the browser? The code I've written to manage the paragraph is {% block paragraph %} <div{{attributes.addClass(classes)}}> {% block content %} <div class="g-0"> <div class="row align-items-top g-10"> <div class="d-none d-sm-block"> {% set media_image =...
Andrew Fletcher
Whilst attempting to download the latest config.zip file for Solr, I was greeted...
Andrew Fletcher
Having a situation where I'm running a sub theme based on Bootstrap Barrio, but...
Andrew Fletcher
This guide has been compiled as a reference tool on how to access field values...
Andrew Fletcher
Running Docker, I deleted the images and containers they had been built to date....