react-native-thermal-printer icon indicating copy to clipboard operation
react-native-thermal-printer copied to clipboard

Android packaging error

Open q975702873 opened this issue 1 year ago • 4 comments

image

q975702873 avatar Oct 14 '22 04:10 q975702873

update buildToolsVersion and compileSdkVersion into lastest in node module build.gradle in project

rchamara avatar Nov 05 '22 13:11 rchamara

same issue did you fix it? @q975702873

LouisMuriuki avatar Nov 22 '22 14:11 LouisMuriuki

@rchamara i have the following configuration which ie recomended by react native buildToolsVersion = findProperty('android.buildToolsVersion') ?: '31.0.0' minSdkVersion = Integer.parseInt(findProperty('android.minSdkVersion') ?: '21') compileSdkVersion = Integer.parseInt(findProperty('android.compileSdkVersion') ?: '31') targetSdkVersion = Integer.parseInt(findProperty('android.targetSdkVersion') ?: '31')

LouisMuriuki avatar Nov 22 '22 14:11 LouisMuriuki

I have the same issue, anyone could fix it?

JelouSoft avatar Dec 17 '22 05:12 JelouSoft