Hello,
So I am trying to create an extension (just for fun) but I have some questions and couldn’t find the answers over the internet.
- How do I include an external SDK library from GitHub like we do when we create an Android app using Android Studio. Just compile and go.
- How to give permissions like INTERNET and STORAGE WRITE?
- What happens if I have more than one class from one extension? Where should the java files (classes) go?