Hello, I am starting out in the development of an android app that will utilize the clover SDK. The clover documentation is quite confusing and does not cover the requirements for continuous development/testing of an app in an emulator. I am testing my app by using the android studio Run button to quickly view changes and develop. However, I am encountering an error Package:{name}, not allowed permission: ORDERS_R. Now I know some will say that I need to go to developer dashboard and add an app entry and give it the Read Orders option, but how am I able to do this if my app is still being developed? I have looked all over the clover docs, and I really don't understand what the requirements are, does clover want us to generate a new APK for every little code change and install each time for testing in an emulator? Or am i missing something