jadx doesn't show classes when decompiling apk file [closed] - java

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 5 days ago.
Improve this question
When I decompile a apk file via jadx-gui (command: jadx-gui --show-bad-code "apk file name.apk") it opens the GUI and I can see lots of classes, but when I open the path for the code (like com.JustLutz.App) I only see a R and a BuildConfig Class. But in the tutorial there are plenty other class and he select all classes besides of these two classes.
I googled and found no solution. I also tried to perform the command without the --show-bad-code parameter

Related

Copying contents of command prompt into a file [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 2 years ago.
Improve this question
I am trying to write a code for my project.In that a menu will be displayed to the user and user selects an option then it displays the pre-defined output.That's all fine but i want that data which is displayed on command prompt to be copied into a file to analyze the data ca anyone help me with code:(
I am assuming you want to do it from the Java itself with Java File API or so. If so please check FileWriter class. Other way is you can follow this https://www.makeuseof.com/tag/save-command-line-output-file-windows-mac-linux/

eclipse import cannot be resolved [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 5 years ago.
Improve this question
I have an existing Java project and I open it in eclipse.
Now I add a new package in it, and I create java files and write code in the new package.
However, when I try to import class from other existing packages, I failed.
Why?
Almost no info but I think that I know what happens:
Must be that the previous project's code is not in a source folder, instead I think that it's on a normal folder...
Look at Project -> Properties -> Java Build Path -> Source
A parent folder(s) of yoursource code folder(s) must be there.
If whit so little info I've help you to fix your problem you owe me a pizza.

Eclipse i can not open folder structure [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 7 years ago.
Improve this question
In window Package Explorer I haven't any project(In workspace folder a have a few), I'm trying refresh view, but it's doesn't work, I dont know also how to open a whole project structure from this folder.
Create a new project called exactly the same name as a project you already have. Maybe there is an easier way to do it, but this works just fine if you don't have 625520 projects.

If android apps can't access other app code, how can one app check another for viruses? [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 7 years ago.
Improve this question
I'm trying to create an android application to scan other applications for viruses, or malicious code etc. But to begin with, I'm trying to figure out how existing anti-virus scanning systems operate.
I don't think its rooting, because there are a lot of anti viruses that don't need rooting. If I have to guess, I would say it scans the files for signature. And they access the files similar to how file explorers work. Someone more knowledgeable can correct me.

Create file and add to a eclipse java project programmatically [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 9 years ago.
Improve this question
What I have searched and trying to do is create and add files to a target project automatically from my program, any idea on how to do it? Because so far I can create files and change whatever is necessary but can't see a way to add those to my other project.
You should just be able to write it to the java project directory. If it looks like it didn't work, try pressing Right Click > Refresh on your java project in eclipse.

Categories