Is there a straight forward way to building an android apk through flet?
Currently I have the latest versions of Flutter, Dart, Flet and other packages I used in my project. But this specific issue im finding it hard to just simply create an android apk using flet’s command “flet build apk –v”. I come across an error that my source.properties file is unavailable which is true but for this exact reason i have installed lastest versions of the ndk but still my projects no matter how many i create are still set to the ndk version that has no source.properties. Ive been using pycharm for the flet app and building too.