Questions tagged [recompile]

The act of compiling something again.

To "recompile" is to compile again. This could refer to simply compiling a second time, or compiling decompiled code.

191 questions
-1
votes
1 answer

How Recompile Jar to dex using android phone?

I have extracted Dex file using Apk editor And decomplied using Jadex Now I want to recompile Jar to Dex using android Phone can any one help me ?
Jawad
  • 1
-1
votes
1 answer

Build failure app:checklDebugDuplicateClasses

I am trying to make a Google map API based activity that will show current location. I also have tons of code and I couldn't find the problem. I am getting the error on build output: https://pastebin.com/WhfLu1uS Code: public class map extends…
Ada
  • 37
  • 6
-1
votes
1 answer

Why is PHP not recompiling with nginx?

PHP is not recompiling properly. I have PHP 7.2 installed on Nginx using php-fpm on Centos 7. I am recompiling php with more options using ./configure, make clean, make, make test and make install. Everything works well and no errors are thrown,…
kintsukuroi
  • 1,332
  • 16
  • 15
-1
votes
1 answer

How to modify existing program?

This is more of a blanket question than specific, but in my case I have a program I was given, but unfortunately it's broken. (It worked before, which was a while ago) The program is a C# WPF .exe, but I'm just learning programming and I have no…
Atlas
  • 143
  • 10
-1
votes
1 answer

recompiling a new apk after decompiling and modifying the previous apk

I have de-compiled an apk file using apk-tool (command: "apktool d file.apk") and changed some xml parts. Also I have the jar file using dex2jar. I opened jar with java de-compiler and selected "save all sources". Then I unzipped it and changed some…
jihizo
  • 11
-1
votes
1 answer

Recompile OpenCV Java for Eclipse

I'm using OpenCV for a object detection project. I'm trying to read frames from a stored video file using VideoCapture, but in OpenCV Java there is no current implementation. I followed instructions in this post: open video file with opencv java, to…
user3019612
  • 259
  • 2
  • 7
  • 15
-2
votes
1 answer

find the html's body without beautiful soup?

I have been tried to find the something with beautiful soup But now I'm curious to find the without beautifulsoup with recompile method How should I find the import re
user11312666
-2
votes
2 answers

Recompiling Application From apk to source code

I try to extract apk to Source code by apktool. Then i want to change the colors and i try to screen the app from my mobile and get the HEX CODE color and searching on "Find By Files" on notepad++ but i cant find the color. I found a file named…
-3
votes
1 answer

How do I optimize parameters in my code?

I have some code written in c++ that simulates a prefetcher for a CPU. In the code I have some definitions that look like this #define x 5 ... for(int i = 0; i < x; i++) ... At the end of the simulation the simulator outputs the average access…
-4
votes
1 answer

Decompile an apk file

How decompile an apk file and edit it and recompile it again??
-5
votes
1 answer

Sign android application

I decompiled an android app with apktool. I translated it to my language. After it, I recompiled the application. When I sign app with SignApp.rar (you can search and download it) I can install app but when I open app, it exit immediately (without…
Ghaem
  • 9
1 2 3
12
13