-
|
Hi! I’ve been working on a project for a while and many people expressed interest in an Android version. My main idea was bridging the libraries to be consumed by a normal Android app, however I’ve run into issues with this. The project is available at https://github.com/llsc12/Paicord/tree/android if you’d like to test locally too. I configured relevant targets with a skip.yml, but when I try to build and export it, I get errors about missing sourcehash files (if I remember correctly). I ran I feel like I definitely misconfigured something, but I’ll do a clean build and upload the logs when it eventually fails. Thank you! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
That repository doesn't look like a conventional Skip project structure. You'll want to start with a new Skip-enabled project (with If this still is causing errors, can you post any specific messages you are seeing? |
Beta Was this translation helpful? Give feedback.
That repository doesn't look like a conventional Skip project structure. You'll want to start with a new Skip-enabled project (with
skip createorskip init), and then migrate your modules and other code/resources into it.If this still is causing errors, can you post any specific messages you are seeing?