manifest Questions

3

Solved

I am trying to push my Spring Boot application on Pivotal Cloud Foundry (PCF) via manifest.yml file. While pushing the app i am getting the following error: { Pushing from manifest to org master...
Lewes asked 4/10, 2018 at 7:26

33

This's my first flutter App and for some reason the Android launcher icon stopped showing so I was trying to fix that, I did a bunch of things and ended up with this error. flutter doctor shows ev...
Ganesa asked 11/2, 2019 at 18:17

3

I'm building a chrome extension and facing a problem related to csp. I'm using manifest V3 below is my csp "content_security_policy": { "extension_pages": "script-src 's...
Pincenez asked 23/2, 2021 at 14:19

4

Solved

I'm developing an application using mongodb, Node.JS and PWA. In the first step of developing I don't know what is the difference between manifest.json and manifest.webmanifest.
Volsci asked 1/9, 2018 at 14:54

5

Solved

I'm writing an android application. It has some packages under src. how can I figure out which of them is my application package? I want to add C@DM permissions: <permission android:name="YO...
Consumable asked 21/2, 2014 at 20:26

8

Solved

All of a sudden, I am getting this build error in my Android project: unexpected element <queries> found in <manifest> How do I fix it?
Bluebell asked 18/7, 2020 at 14:48

17

Solved

I'm using Vue.js to create a Progressive Web Application (PWA) as a school project. Whenever I host the website with Azure I get "Manifest: Line: 1, column: 1, Syntax error". I don't hav...
Rahm asked 27/11, 2019 at 11:2

3

I'm trying create a Docker manifest in order to create a multi-platform image my-repo/my-image:<some-tag> on Dockerhub. Building for both platforms at once does not work since the Dockerfile ...
Offoffbroadway asked 21/2, 2023 at 14:20

6

So I have a DLL that is being built with CMake that requires a specific manifest file to be embedded. In Visual Studio settings I can just add the manifest filename under Manifest Tool/Input and Ou...
Richardricharda asked 13/6, 2011 at 19:34

46

I have installed an application and when I try to run it (it's an executable jar) nothing happens. When I run it from the command line with: java -jar "app.jar" I get the following mess...
Armenian asked 13/3, 2012 at 18:20

6

I have installed laravel 9 and livewire. When i try to open login or registraration page from top corner it's showing this error Can you tell me something how can i fix this one
Hypoderm asked 7/11, 2022 at 6:14

2

I am trying to create a chrome extension that downloads a file with text inside. Some examples for doing this I've seen need to create a URL to pass to chrome.downloads.download({ url: url, filenam...

4

I have my own browser extension with some personal website customizations. Works fine in Chrome, but doesn't work in Firefox. Unlike Chrome, it seems Firefox can't install unpacked extensions or ...
Chasitychasm asked 6/6, 2020 at 19:48

7

Solved

I'm unable to upload my firefox extension using the form provided by mozilla. I'm constantly getting the error Your add-on failed validation with 2 errors. No install.rdf or manifest.json foundAdd-...
Operetta asked 6/12, 2016 at 21:29

8

Solved

This: <?xml version="1.0" encoding="utf-8"?> <manifest xmlns:android="http://schemas.android.com/apk/res/android" package="de.androidbuch.rechner" android:versionCode="1" android:versi...
Held asked 19/1, 2011 at 14:42

22

Solved

I have added android:exported="true" to my only activity in manifest but still getting below error after updating compile sdk and target sdk version to 31.I also tried rebuilding the proj...
Globeflower asked 22/9, 2021 at 15:47

6

Solved

How to force my C# Winforms program run as administrator on any computer ? and any kind of OS ? I need code solution (any sample code will be excellent) Thanks in advance
Fame asked 30/8, 2010 at 8:10

12

Solved

I need a command line tool to dump standard Windows DLL version info so I can process it by means of a bash script (Cygwin). As a Java developer I am not very used to Microsoft development tools (...
Peking asked 2/3, 2009 at 15:44

8

Solved

When running my jar file: java -jar target/places-1.0-SNAPSHOT.jar I'm getting the next error : no main manifest attribute, in target/places-1.0-SNAPSHOT.jar The pom.xml contains the spring-boot-...
Nabalas asked 25/2, 2019 at 13:26

4

Solved

In order to meet google's recent stalkerware policy, developer needs to add isMonitoringTool flag if application collecting certain sensitive user data using app. Can someone help me to define this...
Gerstein asked 28/7, 2022 at 13:56

4

I have this code if (ContextCompat.checkSelfPermission(this, Manifest.permission.ACCESS_FINE_LOCATION) != PackageManager.PERMISSION_GRANTED && ContextCompat.checkSelfPermission(this, Manif...
Felixfeliza asked 27/3, 2016 at 9:57

2

Is there a way to set a different favicon for browsers that support theme-color, either via the meta tag or manifest.json? I have a jet black theme bar, but a mostly-black favicon for use on deskto...
Pregnancy asked 20/4, 2018 at 10:13

26

Solved

The situation: I have a class library, called RT.Servers, containing a few resources (of type byte[], but I don't think that's important) The same class library contains a method which returns on...
Bratton asked 25/8, 2009 at 11:33

50

I am developing a small application that lists all the applications present/ installed on the android device. But I'm getting the below error while i'm trying to run the code. Installation error:...
Multimillionaire asked 19/5, 2011 at 9:30

5

Solved

When creating a jar from my Kotlin code and running it, it says "No main manifest attribute". When looking at the manifest.mf, it has this content: Manifest-Version: 1.0 When looking at the file...
Ambulator asked 26/2, 2019 at 19:13

© 2022 - 2025 — McMap. All rights reserved.