# Question about the opencv sdk version with core.so library

**URL:** https://forum.opencv.org/t/question-about-the-opencv-sdk-version-with-core-so-library/18769
**Category:** Android/Java
**Tags:** programming
**Created:** [September 17, 2024, 1:22pm UTC](https://forum.opencv.org/t/question-about-the-opencv-sdk-version-with-core-so-library/18769 "2024-09-17T13:22:58Z")
**Posts on this page:** 6
**Page:** 1

<div class="post-metadata">

### Author: ![Josh](https://avatars.discourse-cdn.com/v4/letter/j/45deac/32.png) [@Josh](https://forum.opencv.org/u/Josh)
#### Post date: [September 17, 2024, 1:22pm UTC](https://forum.opencv.org/t/question-about-the-opencv-sdk-version-with-core-so-library/18769/1 "2024-09-17T13:22:58Z")

</div>

Pls everyone,  
I’m asking everyone if you know the particular specific android sdk version for Android with core.so library…  
Pls you can also provide the link to download it…

Thanks everyone in addy

---

<div class="post-metadata">

### Author: ![berak](https://avatars.discourse-cdn.com/v4/letter/b/85f322/32.png) [@berak](https://forum.opencv.org/u/berak)
#### Post date: [September 17, 2024, 2:31pm UTC](https://forum.opencv.org/t/question-about-the-opencv-sdk-version-with-core-so-library/18769/2 "2024-09-17T14:31:05Z")

</div>

hi there, what _exactly_ do you want ?  
ie, there is no core.so for android, rather an opencv\_java.so  
(which is statically linked against the opencv modules)

---

<div class="post-metadata">

### Author: ![Josh](https://avatars.discourse-cdn.com/v4/letter/j/45deac/32.png) [@Josh](https://forum.opencv.org/u/Josh)
#### Post date: [September 19, 2024, 2:48pm UTC](https://forum.opencv.org/t/question-about-the-opencv-sdk-version-with-core-so-library/18769/3 "2024-09-19T14:48:21Z")

</div>

I was trying to create an app and also implement opencv in it  
But the source I was using said there has to be a libcore.so file in the android sdk version  
I’m using aide app though  
I have looked for the sdk version but don’t know which one exactly  
I even downloaded 4.10.0 and 4.9.0 versions but it’s just the java.so file that is there  
The purpose was that I wanted to use the opencv native capabilities to create the app  
If there is any way you can assist me to get more details  
I would be grateful

---

<div class="post-metadata">

### Author: ![berak](https://avatars.discourse-cdn.com/v4/letter/b/85f322/32.png) [@berak](https://forum.opencv.org/u/berak)
#### Post date: [September 21, 2024, 3:09pm UTC](https://forum.opencv.org/t/question-about-the-opencv-sdk-version-with-core-so-library/18769/4 "2024-09-21T15:09:25Z")

</div>

> [@Josh](#):
>
> I was trying to create an app and also implement opencv in it

doing what, exactly ? a c++ app ?  
(the sdk is more focussed on java/kotlin based apps)

and again, there is no `libcore.so` at all  
(probably meant: `libopencv_core.so` ?)  
, but again, it won’t build that on android unless you specify `BUILD_SHARED_LIBS=OFF` in cmake

> [@Josh](#):
>
> But the source I was using said

link, please

---

<div class="post-metadata">

### Author: ![Josh](https://avatars.discourse-cdn.com/v4/letter/j/45deac/32.png) [@Josh](https://forum.opencv.org/u/Josh)
#### Post date: [September 21, 2024, 3:53pm UTC](https://forum.opencv.org/t/question-about-the-opencv-sdk-version-with-core-so-library/18769/5 "2024-09-21T15:53:05Z")

</div>

The source was Google Gemini  
It was so frustrating  
I was trying to build an app using aide and also implement opencv  
I was using my mobile phone though coz I don’t have a PC and I was told that I can use aide to build and run a app  
The purpose of the app is to detect hidden fruits in a game…  
But Gemini is saying I can’t implement my code without the core.so files  
I wanted to use opencv native libraries to implement which it said would be the best but it was so frustrating as I began to download all recent versions and looking for the core.so file in almost all the versions  
Pls what’s your advice on this  
Should I go without the core.so file

---

<div class="post-metadata">

### Author: ![berak](https://avatars.discourse-cdn.com/v4/letter/b/85f322/32.png) [@berak](https://forum.opencv.org/u/berak)
#### Post date: [September 21, 2024, 4:14pm UTC](https://forum.opencv.org/t/question-about-the-opencv-sdk-version-with-core-so-library/18769/6 "2024-09-21T16:14:38Z")

</div>

> [@Josh](#):
>
> The source was Google Gemini

that’s not a source, but a hallucination

> [@Josh](#):
>
> I don’t have a PC

you won’t be able to build anything opencv related without.

please, do better research, before asking, thank you
