Skip to main content

Questions tagged [manifest]

A manifest is a file containing metadata about an application, data file or assembly. Generally an ambiguous tag, try and use a more specific one.

manifest
0 votes
0 answers
6 views

android Manifest merger failed build

please help with manifest merger <uses-permission android:name="android.permission.INTERNET" /> <application android:allowBackup="true" android:icon="@mipmap/...
Jeaner Joseph's user avatar
0 votes
0 answers
27 views

Main Activity doesn't extend AppCompatActivity

once I open android studio and I found an error in main activty in some functions like "startActivity(intent) it gives an error: (cannot resolve method 'startActivity' in 'mainActivity')" ...
amk's user avatar
  • 11
0 votes
1 answer
81 views

manifest error: MainActivity must extend android.app.Activity

In my manifest I have a red line under the activites name that says MainActivity must extend android.app.Activity but I can run the application normally on my physical mobile but when I try to Intent ...
I don't think so's user avatar
0 votes
1 answer
34 views

Flutter - Android Manifest - flutter_health_connect: ^1.2.3

I am trying to follow this installations to flutter_health_connect but I keep gettings the followint error * What went wrong: Execution failed for task ':app:processDebugResources'. > A failure ...
Esteban G. Gutierrez's user avatar
0 votes
0 answers
36 views

Manifest.json not updating properly in iOS

My React app is a PWA that dynamically changes the manifest.json content based on URL (this is made by triggering a useEffect once data has been fetched from the API, and generating a blob with the ...
Horkos's user avatar
  • 331
1 vote
0 answers
57 views

Next.js 14 - Manifest.webmanifest gives 401 unauthorized error on production

Deploying Next.js 14.1.1 with Vercel gives 401 unauthorized error for manifest on production. It works on Local manifest.ts: import {MetadataRoute} from "next"; export default function ...
Faiz Khan's user avatar
0 votes
1 answer
44 views

Best ways to distribute a .ppam file

I have a VBA PowerPoint add-in (.ppam file) that works fine. It's based on a .pptm file, and it adds a new tab into the PowerPoint ribbon (no task pane). This new tab was customized using RibbonX ...
EmmanuelF22's user avatar
0 votes
0 answers
16 views

Django Manifest with Elastic Beanstalk Docker Platform

I have my application running on Elastic Beanstalk with Docker Platform and I am using my own nginx container. Recently for serving static files I used Manifest django tool which is successfully ...
Sultan Muhammad's user avatar
0 votes
0 answers
26 views

no main manifest attribute, in original-MCP-1.8.9.jar

I made a minecraft client with maven and when I try mvn clean package, it works but when I'm running it I get this: no main manifest attribute, in original-MCP-1.8.9.jar and I have tried to find out ...
GoT Flamingo's user avatar
0 votes
0 answers
10 views

How to fix pwa manifest not beinga ble to installed?

So, I have my manifest.json, linked it with the regular method (link:manifest for vscode nerds) and it doesnt work { "name": "Schoology | Learning app", "short_name&...
im just a 9th grader who codes's user avatar
0 votes
0 answers
58 views

Cannot Adjust Privileges for Logon in Windows Credential Provider

I am developing a Windows Credential Provider and I need to programmatically log in a user. However, I am facing issues with setting the required privileges (SE_INCREASE_QUOTA_NAME and ...
user13347928's user avatar
-1 votes
1 answer
36 views

Is Private Manifest necessary in iOS app?

Is Private Manifest necessary in the iOS app? If the app doesn't use API from the privacy list. In the documentation says that the app "can contain a privacy manifest file". That means that ...
Alex's user avatar
  • 51
0 votes
0 answers
26 views

How does Android back i.e allowBackup, dataExtractionRules affect libraries?

I am just curious, how do the various data backup thing affect SDKs in Android? For example, I am working on an SDK that will be implemented into several Android projects. For this SDK, we download ...
Ayohaych's user avatar
  • 5,149
0 votes
0 answers
11 views

Flavor specific AndroidManifest with HOME intent

On Android, I am trying to give a specific flavor the HOME intent in order to be able to configure it as Launcher (load that app when Home button is pressed). I have left the flavor's AndroidManifest....
YU No's user avatar
  • 89
0 votes
1 answer
46 views

Unrecognized Manifest option

I'm using MSVC 2017 on Windows 8.1. During the compilation I'm getting the following error: c:\wxWidgets\include\wx\msw\wx_dpi_aware_pmv2.manifest : manifest authoring warning 81010002: Unrecognized ...
Igor's user avatar
  • 5,905

15 30 50 per page
1
2 3 4 5
259