MichaelRocks / paranoid

String obfuscator for Android applications.
Apache License 2.0
673 stars 79 forks source link

Issue in new release #5

Closed Faiyyaz closed 7 years ago

Faiyyaz commented 7 years ago

1 3stactrace

I m getting the above error when i run the app & the app crashes

MichaelRocks commented 7 years ago

@Faiyyaz Could you please add a build log to this issue?

gradlew.bat assembleDebug --debug --stacktrace > build.txt 2>&1
Faiyyaz commented 7 years ago

build.txt

Please find the attached text file of log as asked by you

MichaelRocks commented 7 years ago

Could you please collect logs for a clean build?

gradlew.bat clean assembleDebug --debug --stacktrace > build.txt 2>&1
Faiyyaz commented 7 years ago

build.txt

Logs for a clean build

MichaelRocks commented 7 years ago

For some reason I don't see Paranoid transformation running. Could you show me contents of your build.gradle file?

Faiyyaz commented 7 years ago

build1 build

Please find the build.gradle file contents

MichaelRocks commented 7 years ago

Your build.gradle looks correct to me. Does the sample project works for you?

Faiyyaz commented 7 years ago

I m working on my company project & i m not using the sample project if you want i can test the same and can revert back to you

MichaelRocks commented 7 years ago

It will be really great if you try and run the sample project in your environment.

Faiyyaz commented 7 years ago

I m trying will let you know

Faiyyaz commented 7 years ago

The sample is running in the device

So what is the solution for my project?

Faiyyaz commented 7 years ago

stacktrace5

I m getting this stacktrace while building the debug apk

Faiyyaz commented 7 years ago

stack

I m getting this stacktrace while after removing nultidex from the project

MichaelRocks commented 7 years ago

@Faiyyaz Any chances I can get access to your project? Do you use the obfuscator only in the application project or in the library project too?

MichaelRocks commented 7 years ago

I have an idea how to fix a compilation bug. Will do that in several hours. But I don't think it will solve your problem.

Faiyyaz commented 7 years ago

I use only in app project

On 24-Apr-2017 6:51 PM, "Michael Rozumyanskiy" notifications@github.com wrote:

@Faiyyaz https://github.com/Faiyyaz Any chances I can get access to your project? Do you use the obfuscator only in the application project or in the library project too?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/MichaelRocks/paranoid/issues/5#issuecomment-296665318, or mute the thread https://github.com/notifications/unsubscribe-auth/ARRujJWmqst50_dxL7_qwXyKMO8eebWrks5rzKHZgaJpZM4NF-zH .

Faiyyaz commented 7 years ago

Ok will check the update and if that doesn't work then i will happily provide you my code.

Thanks for your effort

On 24-Apr-2017 6:58 PM, "Michael Rozumyanskiy" notifications@github.com wrote:

I have an idea how to fix a compilation bug. Will do that in several hours. But I don't think it will solve your problem.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/MichaelRocks/paranoid/issues/5#issuecomment-296667846, or mute the thread https://github.com/notifications/unsubscribe-auth/ARRujLWfDOVDGkk8hQxaWlpAmkLKng-Oks5rzKNngaJpZM4NF-zH .

Faiyyaz commented 7 years ago

I am sending you my code on your mail id using wetransfer please find the same and let me know when the error is resolved.

Thank you for your help

MichaelRocks commented 7 years ago

@Faiyyaz I fixed an error from your build logs. Could you please try and build your project again?

Faiyyaz commented 7 years ago

Ok i will try and let you know & i have sent you my code on paranoid email id using wetransfer. Did you check the same?

MichaelRocks commented 7 years ago

I installed WeTransfer but it says I should have received a link from you. Unfortunately, I don't see any links in my inbox.

Faiyyaz commented 7 years ago

I have send you the link yesterday on your paranoid id

On 25-Apr-2017 12:58 PM, "Michael Rozumyanskiy" notifications@github.com wrote:

I installed WeTransfer but it says I should have received a link from you. Unfortunately, I don't see any links in my inbox.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/MichaelRocks/paranoid/issues/5#issuecomment-296940834, or mute the thread https://github.com/notifications/unsubscribe-auth/ARRujNKxzYTbkf4WsspRMbLZkzr4T2mtks5rzaCkgaJpZM4NF-zH .

Faiyyaz commented 7 years ago

Is the mentioned mail id in screenshot is correct or should i share somewhere else

On 25-Apr-2017 1:13 PM, "Khatri Faiyyaz" kfaiyyaz93@gmail.com wrote:

I have send you the link yesterday on your paranoid id

On 25-Apr-2017 12:58 PM, "Michael Rozumyanskiy" notifications@github.com wrote:

I installed WeTransfer but it says I should have received a link from you. Unfortunately, I don't see any links in my inbox.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/MichaelRocks/paranoid/issues/5#issuecomment-296940834, or mute the thread https://github.com/notifications/unsubscribe-auth/ARRujNKxzYTbkf4WsspRMbLZkzr4T2mtks5rzaCkgaJpZM4NF-zH .

MichaelRocks commented 7 years ago

@Faiyyaz I'm not quite sure I understand what you mean by 'id in screenshot'. Please send a link to michael.rozumyanskiy@gmail.com.

Faiyyaz commented 7 years ago

Ok will send you the project now on the email id sent by you

On 25-Apr-2017 3:59 PM, "Michael Rozumyanskiy" notifications@github.com wrote:

@Faiyyaz https://github.com/Faiyyaz I'm not quite sure I understand what you mean by 'id in screenshot'. Please send a link to michael.rozumyanskiy@gmail.com.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/MichaelRocks/paranoid/issues/5#issuecomment-296988900, or mute the thread https://github.com/notifications/unsubscribe-auth/ARRujBK-krcpOwf2mAqCHEEEOJitg7xJks5rzcsNgaJpZM4NF-zH .

MichaelRocks commented 7 years ago

@Faiyyaz Seems I managed to fix this issue. At least your project compiles fine and works on my device.

Faiyyaz commented 7 years ago

@Micheal Thanks a lot will try the updated version and let you know

Faiyyaz commented 7 years ago

Thanks a lot Micheal I have run the project just now it is working as required and the strings are also hidden on reverse engineering which i was needed.

Thanks alot once again for your help and effort and time as well.