Top "Manifest" questions

A manifest is a file containing metadata about an application, data file or assembly.

Android action.MAIN and category.LAUNCHER function

We mention android.intent.action.MAIN and android.intent.category.LAUNCHER as Intent filter of the launcher activity in the …

android manifest intentfilter
Cant load embedded resource with GetManifestResourceStream()

I am embedding a binary file with the /linkres: compiler argument, but when i try to load it with: System.…

c# .net manifest embedded-resource
SpringBoot no main manifest attribute (maven)

When running my jar file : java -jar target/places-1.0-SNAPSHOT.jar I'm getting the next error : no main manifest attribute, …

java maven spring-boot manifest spring-boot-maven-plugin
How to launch app on click of url in android

Launch app when click on url if app installed on device. if app not installed on device, open playstore. <…

android android-manifest manifest launch
simply replacing icons for progressive web app leads to error in manifest

I had generated a manifest file with icons, later i decided to just change the icons folder with different icons(…

google-chrome web-applications manifest progressive-web-apps
Too long line in manifest file while trying to create jar

I am getting a too long line error while trying to build a jar. the long line in the manifest …

java jar classpath manifest
How to run application with Admin privileges using Manifest file in Visual Studio 2005?

I need to create an application which needs to create files/folders in "C:\Program Files","Users[username]" and Sys32. …

c++ windows-8 windows-vista manifest windows-server
How to run Java .jar without MANIFEST.MF?

Is it possible to run a Java app which doesn't contain MANIFEST.MF file? Of course, there's static main method,…

java manifest
How to source a file in puppet manifest from module

I am trying to source files from local modules in a puppet manifest (using puppet in standalone mode): file { '/…

ruby-on-rails manifest puppet vagrant
Warning about <uses-sdk> in Manifest?

I'm getting a warning on my in the Manifest. <uses-sdk> tag should specify a target API level (the …

android warnings android-manifest manifest