developer resources
Codebales holds an ever growing number of solutions to problems that we have experienced in our day to day code writing
Selected filter
60
results
Andrew Fletcher
•
Uploading a new version of an Android app to Google Play and I'm seeing this error
Version code 1 has already been used. Try another version code.There are three areas to observe:
Version Code: {whole integer}
Version Name: {String}
Version Name Suffix: {Integer}Currently, my settings are:
Version Code: 2
Version Name: 2.0.1
Version Name Suffix: 1While that is true for the app, cross-check the Play Store and what version is currently set in that environment. The details there...
Andrew Fletcher
•
Whilst uploading a new version of our Android app, I had the following error...
Andrew Fletcher
•
If you have a situation where either you have forgotten a Keystore password or...
Andrew Fletcher
•
Initialise your Capacitor config
To initialise Capacitor use the CLI...
Andrew Fletcher
•
Run the NPX commands to update the app
npm run build && npx cap syncRun...
Andrew Fletcher
•
Approaches to resolving “Module not specified” Error in Android Studio
When attempting to run or debug the application on Android Studio you can come across the error “Module not specified” in the Android Studio. This article will outline approaches I took to get a resolution to this issue.
Tools
Tool
Version
Android Studio
Chipmunk | 2021.2.1
OS
OSX - Big Sur 11.6.7
Ionic
CLI 6.20.1
Node
18.0.0
Cordova
cli: 11.0.0
Method 1 - Synchronise the project
Let's...
Andrew Fletcher
•
Working in Android Studio when attempting to run a project I had the following...
Andrew Fletcher
•
Updating to PHP 8.1, I found this interesting code stop...
Deprecated function:...
Andrew Fletcher
•
In this article, you will learn how to update a newsletter template...
Andrew Fletcher
•
There are times when other Joomla! administrators of the site leave a page...
Andrew Fletcher
•
Cached data - keep it or clear it out?
You might have noticed, but when opening an app or visiting a website for the first time can take longer than on a subsequent visits to the same site. This extra time taken is primarily due to our devices not having cached data for the website or app.
If you’re not quite sure what cached data is, let's take a quick look.
Cached data are files, scripts, images, and other multimedia stored on your device after opening an app or...
Andrew Fletcher
•
Adding a new user to your Joomla! website using Community Builder.
Out of the...
Andrew Fletcher
•
In this article, I will show you how to update an existing member's details...
Andrew Fletcher
•
In this article, I'll show you how to create a new an Acy Mailing 5...
Andrew Fletcher
•
In this article, I'll show you how to manage an Acy Mailing 5 subscription...