helpcrunch / android-sdk-demo

Public demo for HelpCrunch Android SDK
Apache License 2.0
9 stars 1 forks source link

Can I run with sdk 17? #85

Closed EdzonBolivar11 closed 4 months ago

EdzonBolivar11 commented 5 months ago

I'm using Expo and I want to do a native module for Expo but I'm running android with sdk 17 and HelpCrunch is asking me to use 1.8.

Also if I run a previous version of HelpCrunch I got this error, It compiles but when the app is trying tu run, it closes immediately.

I got this from logcat

Screenshot 2024-05-08 at 9 21 22 a m
EdzonBolivar11 commented 5 months ago

UPDATE:

I imported the SDK lastest one, 3.8.8, it compiles and sync gradle but I got this error

Screenshot 2024-05-08 at 11 37 20 a m
TalbotGooday commented 5 months ago

Hello! We don't officially support Expo or anything like that, but I'll try to help. Perhaps the problem is not with the Java version, but with the Gradle version. Try update AGP to version 8.3.0

dependencies {
    classpath "com.android.tools.build:gradle:8.3.0"
    ...
}