Closed rovedashcam closed 8 months ago
I've seen gradle errors with this kind of output before in my time working on android projects (not just this SDK)
A failure occurred while executing [build step] This should not happen under normal circumstances, please file an issue if it does.
and it typically is due to some gradle configuration issue. I don't think this is something specific to our SDK. Here are a few suggestions
gradle.properties
com.android.application
and a module/library uses com.android.library
Closing to consolidate with #133
Description
Checklist
main
branch of this package.Expected behavior
Code should build successfully
Actual behavior
I am getting above error
Steps to reproduce
try to add gradle dependencies
The Klaviyo Android SDK version information
2.0.0
Device Information
compileSdkVersion 34 // Update to API level 34 ndkVersion '25.2.9519653' buildToolsVersion "34.0.0" // Update to the corresponding build tools version
}
Android Studio Version
Android Studio Hedgehog | 2023.1.1 Patch 1 Build #AI-231.9392.1.2311.11255304, built on December 27, 2023 Runtime version: 17.0.7+0-17.0.7b1000.6-10550314 aarch64 VM: OpenJDK 64-Bit Server VM by JetBrains s.r.o. macOS 14.2.1 GC: G1 Young Generation, G1 Old Generation Memory: 2048M Cores: 8 Metal Rendering is ON Registry: external.system.auto.import.disabled=true ide.text.editor.with.preview.show.floating.toolbar=false ide.instant.shutdown=false
Non-Bundled Plugins: Dart (231.9411) PythonCore (231.9225.4) io.flutter (77.1.2)
Android API Level
34