# Error in Android studio

**URL:** https://discourse.julialang.org/t/error-in-android-studio/32372
**Category:** Tooling
**Tags:** android
**Created:** [December 17, 2019, 5:05am UTC](https://discourse.julialang.org/t/error-in-android-studio/32372 "2019-12-17T05:05:32Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![William\_willson](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/william_willson/32/11069_2.png) [@William\_willson](https://discourse.julialang.org/u/William_willson)
#### Post date: [December 17, 2019, 5:05am UTC](https://discourse.julialang.org/t/error-in-android-studio/32372/1 "2019-12-17T05:05:32Z")

</div>

There was something went to wrong Julia does not find its executable to run Julia code to build application

---

<div class="post-metadata">

### Author: ![Tamas\_Papp](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/tamas_papp/32/25949_2.png) [@Tamas\_Papp](https://discourse.julialang.org/u/Tamas_Papp)
#### Post date: [December 17, 2019, 7:03am UTC](https://discourse.julialang.org/t/error-in-android-studio/32372/2 "2019-12-17T07:03:43Z")

</div>

Welcome to this forum! You may have to provide more details to get help.

> [@William\_willson](#):
>
> Julia does not find its executable

is unclear, does it mean that an already running Julia process errors because it can’t find something, or some application can’t find _the_ Julia executable? Pasting an error message, and providing some context on what you are trying to do (do you want to use Julia on Android?) would be useful.

---

<div class="post-metadata">

### Author: ![William\_willson](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/william_willson/32/11069_2.png) [@William\_willson](https://discourse.julialang.org/u/William_willson)
#### Post date: [December 17, 2019, 7:17am UTC](https://discourse.julialang.org/t/error-in-android-studio/32372/3 "2019-12-17T07:17:04Z")

</div>

![Julia Error](https://global.discourse-cdn.com/julialang/original/3X/c/9/c9337a11f67370947590f13280cb57979bdee87f.png)

Here is the picture of that error

---

<div class="post-metadata">

### Author: ![Tamas\_Papp](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/tamas_papp/32/25949_2.png) [@Tamas\_Papp](https://discourse.julialang.org/u/Tamas_Papp)
#### Post date: [December 17, 2019, 7:22am UTC](https://discourse.julialang.org/t/error-in-android-studio/32372/4 "2019-12-17T07:22:52Z")

</div>

Yes, it looks like you have to specify the path to the Julia executable manually.

I am not familiar with Android Studio, and I don’t think it is a commonly used IDE for Julia. See this list for pretty much all the IDEs that are supported at some level:

[https://github.com/JuliaEditorSupport/](https://github.com/JuliaEditorSupport/)

---

<div class="post-metadata">

### Author: ![William\_willson](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/william_willson/32/11069_2.png) [@William\_willson](https://discourse.julialang.org/u/William_willson)
#### Post date: [December 17, 2019, 7:41am UTC](https://discourse.julialang.org/t/error-in-android-studio/32372/5 "2019-12-17T07:41:37Z")

</div>

Yes, You are right I already set the path manually but still same problem. And Android Studio is same as Intellij IDLE so I think that it doesn’t causes any problems
