Top "Manifest" questions

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

Installation error: INSTALL_PARSE_FAILED_MANIFEST_MALFORMED?

I am developing a small application that lists all the applications present/ installed on the android device. But I'm getting …

android android-manifest manifest failed-installation
Android Studio - Action Bar remove

I'm trying to remove/disable the ActionBar. I tried to put in the Manifest: <activity ... android:theme="@android:style/…

android xml android-actionbar manifest
How to fix "unexpected element <queries> found in <manifest>" error?

All of a sudden, I am getting this build error in my Android project: unexpected element <queries> found …

android flutter android-gradle-plugin android-manifest manifest
Producing executable jar in NetBeans

I'm using NetBeans 6.5 and for some reason it won't produce executable jar "out of the box". I set my project …

java netbeans jar executable manifest
Cannot resolve Manifest.permission.ACCESS_FINE_LOCATION

When adding permissions to my manifest file, the below xml works. <permission android:name="android.permission.ACCESS_FINE_LOCATION" /&…

android service permissions gps manifest
How can I get root permissions through the Android SDK?

I'm learning Android programming, and I want to make an application which has to run as root. The logical thing …

android sdk permissions manifest root
How do I read the manifest file for a webapp running in apache tomcat?

I have a webapp which contains a manifest file, in which I write the current version of my application during …

java tomcat jar manifest
Not targeting the latest versions of Android

I have a warning when trying to test theme on latest Android SDK Package 4.2. Here is my manifest file: <?…

android styles themes warnings manifest
Generate manifest class-path from <classpath> in Ant

In the build file below, the jar target refers to the jar.class.path property for the manifest class-path. The …

ant jar classpath manifest
Android BroadcastReceiver, auto run service after reboot of device

Hello i am writing an application, which is when the phone reboot, the service will auto start instead of click …

android service broadcastreceiver manifest reboot