My Extension Problem

i Use @UsesPermissions(“android.permission.INTERNET”) And Error Shown
Screenshot_20190404_143048

Please look at the app inventor sources.
There are many examples.

from where i found them

Just use google

1 Like

can u give me i can’t found it

https://www.google.com/search?q=App+Inventor+sources
Taifun

2 Likes

First you have to have a basic notion of java.
It’s no use catching any snippet of android code
and paste it into Kodular Ide and try to generate an extension. (there will be errors)

read more documentation on how to create extension here:
App Inventor Extensions

  • Important note: read all link and sub link :slight_smile:

Check the open source source of the inventor app
MIT App Inventor Sources

With trial and error you learn how to create your own extensions. :slight_smile:

1 Like

FYI: There is no need to request android.permission.INTERNET, it is already requested in Form.java: