Android Question [SOLVED] - Can't extract camerakit.aar from zip file.

rleiman

Well-Known Member
Licensed User
Longtime User
Greetings,

I tried to copy the 3 files from the camerakit library but I get an error message with 7Zip telling me: unavailable data: camerakit.aar

Could the file in the library be corrupted?
 

DonManfred

Expert
Licensed User
Longtime User
Last edited:
Upvote 0

rleiman

Well-Known Member
Licensed User
Longtime User
Hi Don,

The download and placing the files into the library folder worked but there seems to be something missing in the camerakit library. The sample app will not compile.

I get 5 errors.

FontFamilyFont unable to find attribute.

android:font
android:fontStyle
android:fontVariationSettings
android:fontWeight
android:ttcIndex
 
Upvote 0
Top