Questions tagged [aapt]

Android Asset Packaging Tool is the resource compiler for Android apps.

The Android Asset Packaging Tool (aapt) takes your application resource files, such as the AndroidManifest.xml file and the XML files for your Activities, and compiles them. An R.java is also produced so you can reference your resources from your Java code.

Reference: http://developer.android.com/tools/building/index.html

449 questions
0
votes
1 answer

android aapt in eclipse

i saw some info regarding this question in several threads but non suited my condition. I have an android application which i now need to customized some resources and code. For the time being i have some problems using android library so i have an…
codeScriber
  • 4,472
  • 6
  • 36
  • 61
-1
votes
1 answer

Aapt does not run on arm architecture

I'm using Nethunter, and the architecture is Linux arm, and I would love to use the apktool tool, I'm studying and reading pentest books, but I can't practice if I don't apply what's there, the problem is that for me rebuild an apk using apktool b…
Dakota
  • 127
  • 6
-1
votes
1 answer

Rendering problems and ImageView

When i create new project in Android. I'm getting errors: Rendering Problem (activity_main) Command Aapt2.exe with non-zero exit code value 1 ImageView srcCompat Error. What should i do?
Emir Soylu
  • 11
  • 4
-1
votes
1 answer

Can't migrate my project to Android API 27

I have an android project which was developed according to API 25 and was running fine. But, now i wanted to change some code in it and i have also updated my Android Studio to 3.0 since(may be that's the problem). Following are the errors i receive…
Nutty Geek
  • 89
  • 2
  • 7
-1
votes
1 answer

aapt error for Dump badging

ok i m getting this problem out of the blue , not sure what is causing it, when i upload the apk to play store it says Failed to run aapt dump badging: AndroidManifest.xml:425: error: ERROR getting 'name' attribute: attribute is not a string…
SoftReference
  • 6,039
  • 4
  • 16
  • 24
-1
votes
1 answer

Jenkins Gradle Build Issue(Execution failed for task ':app:processPackagingOptionsDebugResources'.)

I am trying to build Android App through Jenkins, using Gradle Plugin. When I buld the application, I am getting the following exception pasted below. This application is runnning well using Android Studio, but unable to build using Jenkins. Please…
Safy
  • 31
  • 6
-1
votes
1 answer

Android Studio cannot start aapt on Kali Linux

I installed Kali Linux on my PC yesterday and installed Android Studio. But when I build a project Android Studio gives me these errors: Error:org.gradle.process.internal.ExecException: A problem occurred starting process 'command…
Mazlum Özdoğan
  • 187
  • 1
  • 12
-1
votes
1 answer

Converting an array list to a group of static variables in Java

I'm wondering if it is somehow possible in Java (for Android in this specific case) to get from an ArrayList of strings a set of static, preferably final, variables stored in a resource class or enum, like aapt does for the resource class "R". An…
martin.p
  • 207
  • 3
  • 13
-1
votes
3 answers

Android : How to install a set of apps through a single app

I have a set of applications built for a specific company. I want these applications to be installed together in a single main app interface. When the main application icon is clicked, the user will be provided with the set of all company apps and…
-2
votes
3 answers

The following project options are deprecated and have been removed:

"The following project options are deprecated and have been removed" . I have add "android.enableAapt2=false" in gradle.properties but it could not resolve my issue.
-2
votes
1 answer

Android still broken after update

For 2 weeks now I have not been able to build any of my apps in android studio and it has become rather frustrating. I am getting the following errors: Error:resource style/Base.AlertDialog.AppCompat (aka…
Rajeey3
  • 67
  • 10
-2
votes
1 answer

Replacing android.jar provided with Terminal-IDE for newer SDK levels?

Background: I have been using the Terminal-IDE program to learn about doing Android development (I like vim, for starters...). https://play.google.com/store/apps/details?id=com.spartacusrex.spartacuside As shipped, it supports SDK level 9. I want…
Roboprog
  • 2,854
  • 2
  • 23
  • 26
-3
votes
1 answer

Android Studio AAPT1/AAPT2 errors

I have two separate errors relating to AAPT: The first: AAPT2 error : check logs for details The second: Failed to execute aapt The first error can be solved by adding android.enableAapt2=false into the gradle.properties file, but this causes…
molamola
  • 239
  • 2
  • 11
-5
votes
2 answers

Aapt dumb badging error

When I tried to upload signed application. Play store shows android manifest.xml.343 error getting 'android:label' value references does not exist. I checked AndroidManifest.xml and Strings line by line but unfortunately I didn't figure out. For…
gokhan
  • 517
  • 5
  • 15
1 2 3
29
30