We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I'm getting this error : The new package failed because the current SDK version is older than that required by the package..
The new package failed because the current SDK version is older than that required by the package.
<?xml version="1.0" encoding="utf-8"?> <manifest xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" package="__PACKAGE__" android:versionCode="1" android:versionName="1.0"> <supports-screens android:smallScreens="true" android:normalScreens="true" android:largeScreens="true" android:xlargeScreens="true" /> <uses-sdk android:minSdkVersion="23" android:targetSdkVersion="__APILEVEL__" tools:overrideLibrary="com.jesusm.kfingerprintmanager"/> <uses-sdk android:minSdkVersion="23" android:targetSdkVersion="__APILEVEL__" /> <uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" /> <uses-permission android:name="android.permission.INTERNET" /> <uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" /> <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" /> <application android:name="com.tns.NativeScriptApplication" android:allowBackup="true" android:icon="@drawable/icon" android:label="@string/app_name" android:theme="@style/AppTheme"> <activity android:windowSoftInputMode="adjustResize" android:name="com.tns.NativeScriptActivity" android:label="@string/title_activity_kimera" android:configChanges="keyboardHidden|orientation|screenSize" android:theme="@style/LaunchScreenTheme" android:screenOrientation="userPortrait"> <meta-data android:name="SET_THEME_ON_LAUNCH" android:resource="@style/AppTheme" /> <intent-filter> <action android:name="android.intent.action.MAIN" /> <category android:name="android.intent.category.LAUNCHER" /> </intent-filter> </activity> <activity android:name="com.tns.ErrorReportActivity" /> </application> </manifest>
I'm using nativescript-fingerprint-auth V.6.2.0.
nativescript-fingerprint-auth V.6.2.0
The text was updated successfully, but these errors were encountered:
It appears tools:overrideLibrary="com.jesusm.kfingerprintmanager" may not be overriding the way it should.
tools:overrideLibrary="com.jesusm.kfingerprintmanager"
Anyone run across a solution yet?
Sorry, something went wrong.
No branches or pull requests
I'm getting this error :
The new package failed because the current SDK version is older than that required by the package.
.I'm using
nativescript-fingerprint-auth V.6.2.0
.The text was updated successfully, but these errors were encountered: