cordova-android

Can not add Biometric support API in my Old Android Project

牧云@^-^@ 提交于 2019-12-01 13:16:45
问题 SO After being an iOS Developer for 8 and half years , I started learning andorid 4 months ago and I was given a Cordova andorid project to work on. Task was to integrate Fingerprint and face ID Login. What i have in my current project ( very old project ) : build gradle : 2.3.3 gradle version : 3.3 cordova-android version : 5.1.4 I know these are very old . What i tried so far in last 10 days : I tried to upgrade above to latest build gradle and gradle version. Whole bunch of errors appears

Ionic 3 Android Build Error (could not find support-v4.jar)

可紊 提交于 2019-12-01 01:26:22
I have an Ionic 3 app that has built fine on dev machines for quite a while. Today we tried a new machine and it doesn't build there. It is using an older cordova-android version (6.1.2), but I would think it would still build. The error I'm seeing is below: > ionic cordova build android ... * What went wrong: A problem occurred configuring root project 'android'. > Could not find support-v4.jar (com.android.support:support-v4:26.1.0). Searched in the following locations: https://jcenter.bintray.com/com/android/support/support-v4/26.1.0/support-v4-26.1.0.jar One other piece of background info.

Ionic 3 Android Build Error (could not find support-v4.jar)

烂漫一生 提交于 2019-11-30 20:50:45
问题 I have an Ionic 3 app that has built fine on dev machines for quite a while. Today we tried a new machine and it doesn't build there. It is using an older cordova-android version (6.1.2), but I would think it would still build. The error I'm seeing is below: > ionic cordova build android ... * What went wrong: A problem occurred configuring root project 'android'. > Could not find support-v4.jar (com.android.support:support-v4:26.1.0). Searched in the following locations: https://jcenter