Build problem on Android Studio #3039
Closed
MartinCorteza
started this conversation in
General
Replies: 1 comment 2 replies
-
|
What do you mean by "two menu entries" and by "some problem with search"? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


Uh oh!
There was an error while loading. Please reload this page.
-
I'm having a strange issue building my own version of Voice in Android Studio. I need my special build because Paul changed the bookmark info some time ago so it's not useable for me any more. Fortunately I found the file and part of the code which when commented out puts Voice back to previous bookmark mode. This worked for me with the 8.2 branch on Intellij IDE. With the recent 8.6 branch, I had to switch to Android Studio, because the Gradle version on Intellj IDE is too old to support building this version.
Long story short - I can build the APK in Android Studio. But when I install it on my phone, it creates TWO menu entries and the folder search process seems to have some difficulties. I'm using Android Studio on Windows in the default setup with the bundled JDK, only Gradle seems to need more heap memory, which I provided with a changed entry in gradle.properties.
I'm not an Android developer. Though I know how to work with IDEs and programming languages, I'm obviously missing something. Any expert (or Paul?) here to put me on the right track?
Beta Was this translation helpful? Give feedback.
All reactions