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.

On the Java platform, a Manifest file is a specific file contained within a JAR archive. It is used to define extension and package related data. It is a metadata file that contains name-value pairs organized in different sections.

On the Microsoft .NET platform, manifests are XML files that accompany and describe side-by-side assemblies or isolated applications. Manifests uniquely identify the assembly through the assembly's assemblyIdentity element. They contain information used for binding and activation, such as COM classes, interfaces, and type libraries, that has traditionally been stored in the registry. Manifests also specify the files that make up the assembly.

Use to tag questions about the AndroidManifest.xml file which is used to describe the contents of Android apps.

3843 questions
1
vote
0 answers

Microsoft Word Add-In Failing Submission: Compatibility Issue with Desktop Versions on Windows and Mac

Update: I believe the issue was related to the 80x80 icons, which should have been 64x64. I submitted a Microsoft Word Add-In to the Microsoft Partner Center (Store), but received the following failure messages: Predictable Behavior - 1100.4.4.2 …
1
vote
0 answers

error in Android Manifest file, Call Recorder

I am trying to record voice calls when someone calls. I have copied the code from multiple sources. But there is error in Manifest file. All problems in debug/AndroidManifest_xml. AAPT_ error_ 'device_description' is incompatible with attribute…
peepal
  • 67
  • 8
1
vote
1 answer

Android theme: textViewStyle, editTextStyle and buttonStyle not working on custom theme

I have an issue on my custom theme definition on theme.xml. I've defined my custom theme and set as follow my custom styles for buttons, textviews and edittexts.