Hello,
I used the NoBackgroundTest code sample
void setup() {
size(400, 400, P2D);
background(255, 0, 0);
fill(255, 150);
}
void draw() {
ellipse(mouseX, mouseY, 100, 100);
}
And below is the output in the console:
Build folder: C:\Users\MMM\AppData\Local\Temp\android15489222564811472272sketch
WARNING:We recommend using a newer Android Gradle plugin to use compileSdk = 33
This Android Gradle plugin (7.1.0) was tested up to compileSdk = 32
This warning can be suppressed by adding
android.suppressUnsupportedCompileSdk=33
to this project’s gradle.properties
The build will continue, but you are strongly encouraged to update your project to
use a newer Android Gradle Plugin that has been tested with compileSdk = 33
Observed package id ‘platforms;android-33-ext5’ in inconsistent location ‘C:\Users\MMM\Documents\Processing\android\sdk\platforms\android-33’ (Expected ‘C:\Users\MMM\Documents\Processing\android\sdk\platforms\android-33-ext5’)
Observed package id ‘platforms;android-33’ in inconsistent location ‘C:\Users\MMM\Documents\Processing\android\sdk\platforms\android-33-2’ (Expected ‘C:\Users\MMM\Documents\Processing\android\sdk\platforms\android-33’)
Task :app:preBuild UP-TO-DATE
Task :app:preDebugBuild UP-TO-DATE
Task :app:mergeDebugNativeDebugMetadata NO-SOURCE
Task :app:compileDebugAidl NO-SOURCE
Task :app:compileDebugRenderscript NO-SOURCE
Task :app:generateDebugBuildConfig
Task :app:javaPreCompileDebug
Task :app:generateDebugResValues
Task :app:generateDebugResources
Task :app:checkDebugAarMetadata
Task :app:createDebugCompatibleScreenManifests
Task :app:extractDeepLinksDebug
Task :app:mergeDebugResources
Task :app:processDebugMainManifest
Task :app:processDebugManifest
Task :app:mergeDebugShaders
Task :app:compileDebugShaders NO-SOURCE
Task :app:generateDebugAssets UP-TO-DATE
Task :app:mergeDebugAssets
Task :app:compressDebugAssets
Task :app:processDebugJavaRes NO-SOURCE
Task :app:checkDebugDuplicateClasses
Task :app:mergeDebugJavaResource
Task :app:mergeDebugJniLibFolders
Task :app:mergeDebugNativeLibs NO-SOURCE
Task :app:stripDebugDebugSymbols NO-SOURCE
Task :app:validateSigningDebug
Task :app:processDebugManifestForPackage
Task :app:writeDebugAppMetadata
Task :app:writeDebugSigningConfigVersions
Task :app:processDebugResources
Task :app:compileDebugJavaWithJavac
Annotation processing got disabled, since it requires a 1.6 compliant JVM
Task :app:dexBuilderDebug
Task :app:desugarDebugFileDependencies
Task :app:mergeExtDexDebug
Task :app:mergeDexDebug
Task :app:packageDebug
Task :app:createDebugApkListingFileRedirect
Task :app:assembleDebug
Deprecated Gradle features were used in this build, making it incompatible with Gradle 8.0.
You can use ‘–warning-mode all’ to show the individual deprecation warnings and determine if they come from your own scripts or plugins.
See Command-Line Interface
BUILD SUCCESSFUL in 37s
27 actionable tasks: 27 executed
Though it is installed successfully, when I run the app, the app in the phone crashes, this only started when I started using processing which does not happen before when I used processing 3.