# Problem with processing.net.\* library in Android

**URL:** https://discourse.processing.org/t/problem-with-processing-net-library-in-android/28722
**Category:** Processing for Android
**Created:** [March 22, 2021, 11:54am UTC](https://discourse.processing.org/t/problem-with-processing-net-library-in-android/28722 "2021-03-22T11:54:07Z")
**Posts on this page:** 10
**Page:** 1

<div class="post-metadata">

### Author: ![MPROCD](https://avatars.discourse-cdn.com/v4/letter/m/51bf81/32.png) [@MPROCD](https://discourse.processing.org/u/MPROCD)
#### Post date: [March 22, 2021, 11:54am UTC](https://discourse.processing.org/t/problem-with-processing-net-library-in-android/28722/1 "2021-03-22T11:54:07Z")

</div>

\<!-- Tips: Hello I have a Processing sketch running OK on JAVA. The sketch uses the processing.net.\* library. When compiled for Android, I get an error message: "No library found for processing.net". Can anyone have an idea to solve this problem. Thanks Mike

---

<div class="post-metadata">

### Author: ![paulgoux](https://avatars.discourse-cdn.com/v4/letter/p/b9bd4f/32.png) [@paulgoux](https://discourse.processing.org/u/paulgoux)
#### Post date: [March 22, 2021, 12:07pm UTC](https://discourse.processing.org/t/problem-with-processing-net-library-in-android/28722/2 "2021-03-22T12:07:14Z")

</div>

You have to import your library into the sketch. Search the forum for keta lib problems solution is in the thread.

---

<div class="post-metadata">

### Author: ![MPROCD](https://avatars.discourse-cdn.com/v4/letter/m/51bf81/32.png) [@MPROCD](https://discourse.processing.org/u/MPROCD)
#### Post date: [March 22, 2021, 1:24pm UTC](https://discourse.processing.org/t/problem-with-processing-net-library-in-android/28722/3 "2021-03-22T13:24:39Z")

</div>

I tried to add the ketai library through the sketch/add library menu.  
I get an error message “Error during download and install of Ketai.”

---

<div class="post-metadata">

### Author: ![paulgoux](https://avatars.discourse-cdn.com/v4/letter/p/b9bd4f/32.png) [@paulgoux](https://discourse.processing.org/u/paulgoux)
#### Post date: [March 22, 2021, 2:11pm UTC](https://discourse.processing.org/t/problem-with-processing-net-library-in-android/28722/4 "2021-03-22T14:11:55Z")

</div>

What about installing any lib through the menu.

Also i didnt mean add ketai i meant add it throught the menu. If that fails, create a folder in your sketch folder called codes and place it in there. Provided you have the jar file, which you might be able to find on google otherwise.

---

<div class="post-metadata">

### Author: ![jafal](https://yyz2.discourse-cdn.com/flex036/user_avatar/discourse.processing.org/jafal/32/19112_2.png) [@jafal](https://discourse.processing.org/u/jafal)
#### Post date: [March 22, 2021, 5:51pm UTC](https://discourse.processing.org/t/problem-with-processing-net-library-in-android/28722/5 "2021-03-22T17:51:51Z")

</div>

this one works on android just unzip it to sketchbook

> **[Ketai.zip](https://drive.google.com/file/d/19GXV5Rn20IFKTAC3Fmdv8Zuw898jYFV3/view)**
>
> Google Drive file.

---

<div class="post-metadata">

### Author: ![jafal](https://yyz2.discourse-cdn.com/flex036/user_avatar/discourse.processing.org/jafal/32/19112_2.png) [@jafal](https://discourse.processing.org/u/jafal)
#### Post date: [March 22, 2021, 10:33pm UTC](https://discourse.processing.org/t/problem-with-processing-net-library-in-android/28722/7 "2021-03-22T22:33:30Z")

</div>

> [@glv](#):
>
> The ketai library is here:

with my link works direct on android its from @noel ❤

---

<div class="post-metadata">

### Author: ![glv](https://yyz2.discourse-cdn.com/flex036/user_avatar/discourse.processing.org/glv/32/18785_2.png) [@glv](https://discourse.processing.org/u/glv)
#### Post date: [March 23, 2021, 11:03am UTC](https://discourse.processing.org/t/problem-with-processing-net-library-in-android/28722/8 "2021-03-23T11:03:35Z")

</div>

> [@jafal](#):
>
> with my link works direct on android its from noal

I generally go direct to a reliable source for code.

You posted a link from someone or somewhere to a Google Drive from someone else without _any_ details and spelled his name wrong.

The [ketai website](http://www.ketai.org/) is now down.

The [download link](http://ketailibrary.org/ketai.zip) for the latest v14 is not working since the site can’t be reached.

The details and context are important if you are sharing code; version, source, author etc.

Fortunately, I do have a download of v14 from the _original ketai source_ in my personal archives and also the library (also v14) installed from the Processing PDE.

There is a ticket for this [here](https://github.com/ketai/ketai/issues).

I can’t download the ketai library (v14 is the latest) from the Processing PDE the last time I checked.

`:)`

---

<div class="post-metadata">

### Author: ![akenaton](https://avatars.discourse-cdn.com/v4/letter/a/a88e4f/32.png) [@akenaton](https://discourse.processing.org/u/akenaton)
#### Post date: [March 25, 2021, 6:27pm UTC](https://discourse.processing.org/t/problem-with-processing-net-library-in-android/28722/9 "2021-03-25T18:27:18Z")

</div>

@jafal === @glv ===  
anyway you can use java for that

---

<div class="post-metadata">

### Author: ![MPROCD](https://avatars.discourse-cdn.com/v4/letter/m/51bf81/32.png) [@MPROCD](https://discourse.processing.org/u/MPROCD)
#### Post date: [April 6, 2021, 1:39pm UTC](https://discourse.processing.org/t/problem-with-processing-net-library-in-android/28722/10 "2021-04-06T13:39:31Z")

</div>

Thank you for trying to help. I finally could include the “KETAI” library.  
Now how can I use it to replace the “[processing.net](http://processing.net)” library which worked for me with JAVA and not recognized with ANDROID?  
What I want to do is open a webpage using its HTTP address and read the first line in this page.

Thanks

---

<div class="post-metadata">

### Author: ![MPROCD](https://avatars.discourse-cdn.com/v4/letter/m/51bf81/32.png) [@MPROCD](https://discourse.processing.org/u/MPROCD)
#### Post date: [April 8, 2021, 6:34pm UTC](https://discourse.processing.org/t/problem-with-processing-net-library-in-android/28722/11 "2021-04-08T18:34:24Z")

</div>

OK, a couple of days later, I saw the answer to this post:  
" [Android mode import processing.net fails build](https://discourse.processing.org/t/android-mode-import-processing-net-fails-build/28473)".  
I used the proposed solution to that post. It solved my problem. I think this solution, which provides an alternative to importing the “[processing.net](http://processing.net)” library (not recognized by ANDROID) deserves to be officially published and incorporated within Processing .
