AndroidPassportReader icon indicating copy to clipboard operation
AndroidPassportReader copied to clipboard

Could not find io.fotoapparat

Open Yuhanun opened this issue 3 years ago • 7 comments

Running into some issues with the fotoapparat dependency in Android Studio.

Could not find io.fotoapparat:fotoapparat:2.7.0.
Required by:
    project :app
Search in build.gradle files

Is this a known issue or is this new?

Yuhanun avatar Oct 05 '21 08:10 Yuhanun

That's a dependency issue, you should check that you can access the repositories.

El mar., 5 oct. 2021 9:30, Yuhanun Citgez @.***> escribió:

Running into some issues with the fotoapparat dependency in Android Studio.

Could not find io.fotoapparat:fotoapparat:2.7.0.Required by: project :appSearch in build.gradle files

Is this a known issue or is this new?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/jllarraz/AndroidPassportReader/issues/39, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABFQ575DORWKRLPBUNVARYTUFKZTRANCNFSM5FLGEL5Q . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

jllarraz avatar Oct 05 '21 08:10 jllarraz

How should I check that? I'm not sure how tbh.

I can see the repository in my browser just fine and I can see the dependency be present with version 2.7.0 in JCentral.

How can i check if i have access?

Yuhanun avatar Oct 05 '21 08:10 Yuhanun

Android studio have a check connection option somewhere. Anyway you can also invalidate the imports and force a sync again. Or if everything fails download that dependency manually and install it manually in your local maven repository. Take a look at install third party dependencies in maven

El mar., 5 oct. 2021 9:33, Yuhanun Citgez @.***> escribió:

How should I check that? I'm not sure how tbh.

I can see the repository in my browser just fine and I can see the dependency be present with version 2.7.0 in JCentral.

How can i check if i have access?

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/jllarraz/AndroidPassportReader/issues/39#issuecomment-934189032, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABFQ573JCKRUO45IBXCUSV3UFKZ6NANCNFSM5FLGEL5Q . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

jllarraz avatar Oct 05 '21 08:10 jllarraz

Re-starting the download process from scratch.

How about the following error:

> File google-services.json is missing. The Google Services Plugin cannot function without it. 
   Searched Location: 

Yuhanun avatar Oct 05 '21 08:10 Yuhanun

You need to deploy your own google-services.json file.

https://developers.google.com/android/guides/google-services-plugin

El mar, 5 oct 2021 a las 9:45, Yuhanun Citgez @.***>) escribió:

Re-starting the download process from scratch.

How about the following error:

File google-services.json is missing. The Google Services Plugin cannot function without it. Searched Location:

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/jllarraz/AndroidPassportReader/issues/39#issuecomment-934198367, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABFQ573PO2YLLNWO2K4PQWLUFK3KRANCNFSM5FLGEL5Q . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

jllarraz avatar Oct 05 '21 08:10 jllarraz

Alright yeah sorry I'm having a ton of issues with just building this, do you have a guide written anywhere on getting this built and deployed?

Execution failed for task ':app:kaptDebugKotlin'.
> A failure occurred while executing org.jetbrains.kotlin.gradle.internal.KaptWithoutKotlincTask$KaptExecutionWorkAction
   > java.lang.reflect.InvocationTargetException (no error message)

Yuhanun avatar Oct 05 '21 08:10 Yuhanun

You just have to put your JSON file for Google services and click sync. That's all

El mar., 5 oct. 2021 9:49, Yuhanun Citgez @.***> escribió:

Alright yeah sorry I'm having a ton of issues with just building this, do you have a guide written anywhere on getting this built and deployed?

Execution failed for task ':app:kaptDebugKotlin'.

A failure occurred while executing org.jetbrains.kotlin.gradle.internal.KaptWithoutKotlincTask$KaptExecutionWorkAction java.lang.reflect.InvocationTargetException (no error message)

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/jllarraz/AndroidPassportReader/issues/39#issuecomment-934201525, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABFQ576CGNI3HC3TXV24BT3UFK3ZRANCNFSM5FLGEL5Q . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

jllarraz avatar Oct 05 '21 08:10 jllarraz