theapache64 / stackzy

💻 A cross-platform desktop application to identify libraries used inside an android application. Made possible by Compose Desktop ⚡
Apache License 2.0
1.04k stars 56 forks source link

Removed: Incorrect flag in gradle.properties #91 #93

Closed NaincyKumariKnoldus closed 2 years ago

NaincyKumariKnoldus commented 2 years ago

Hey ! I have made the changes in gradle.properties file. Please review my PR. Thanks!

91

theapache64 commented 2 years ago

Hi @NaincyKumariKnoldus Can you please explain how this is incorrect?

NaincyKumariKnoldus commented 2 years ago

Hi @NaincyKumariKnoldus Can you please explain how this is incorrect?

The error was coming of Unable to start the daemon process. This problem might be caused by incorrect configuration of the daemon. And it was telling Unrecognized VM option 'MaxPermSize=1024m'

So, when I removed this incorrect flag -XX:MaxPermSize=1024m from gradle.properties builds correctly.

theapache64 commented 2 years ago

@NaincyKumariKnoldus Can you share your

theapache64 commented 2 years ago

Closing due to inactivity. Feel free reopen