Hey @mcombatti so we found out the cause of the problem, sometimes when renaming the package and then deleting a part of it it accedntiatly delete the MainActivity.kt file
Do you have access to the Desktop version of Nowa? if yes all what you need to do is to create a file called MainActivity.kt inside Android>app>src>main>kotlin>sdww>eihef>finein (The sdww>eihef>finein is for your project package name)
And paste the following content:
package sdww.eihef.finein
import io.flutter.embedding.android.FlutterActivity
class MainActivity: FlutterActivity() {
}
If you don’t have Nowa desktop, then we will do this manually for you to add the file, and also fix the problem that caused the deletion for the file. We appologize for that
I’m interested in alpha testing the Nowa AI but the signup sheet doesnt permit submitting and fails.
I recently found LeapSDK by Liquid AI, for on-device LLMs which work on all phones locally, and converted their SDK to a flutter plugin. I can get it to run locally using the library I’ve posted to pub.dev, but anytime I make changes to the app in Nowa, it removes the import to the package while preserving all other code. So antytime I want to test or build, I have to use VS code to readd the imports, save, and run using “flutter run/build” etc. Am I doing something wrong? Ultimately, I’d like to use Nowa to create an entirely on-device ChatGPT-like app with saved conversations, etc. Could you assist with that? I can do this externally in VS Code, but I’d like to use Nowa since I can rapidly protoype and change UI elements. Lets talks!
Heres a video of the debug AI app running entirely offline, on an Android 4GB ram snapdragon CPU phone at 42 tokens per second. (Faster when not screen recording. )