Walkthrough for setting up Android Studio to build jidoujisho apk #285
Replies: 2 comments 4 replies
-
I wouldn't bother with Android Studio at all, I'd just use VS Code and a terminal like many Flutter developers You really don't need to do most of what you've just described, I'd just set up Flutter with the tutorial you can find on the Flutter site and |
Beta Was this translation helpful? Give feedback.
-
Hello - I'm wondering if you can still give me a hand here... I had to reinstall my PC - so had it setup and working before, however that was still with Android Studio installed, which installed the Android SDK. Now, I can't get it to build - per: https://docs.flutter.dev/get-started/install/windows#android-setup Anyhow, I installed AS, to get the dependencies - now if I connect the phone to the PC, E/AndroidRuntime(20211): Caused by: java.lang.IllegalArgumentException: Tried to schedule job for non-existent component: ComponentInfo{com.sec.android.diagmonagent/com.sec.android.diagmonagent.dma.selflog.ExceptionService} If I try to run it without the phone connected - it attempts to build it for Windows - which is wrong - and requests Visual Studio install, which is not the way to go. So how can I not worry about installing AS, and still have flutter build packages for Android? What am I missing here that I did before? Many thanks for helping me with this if possible. |
Beta Was this translation helpful? Give feedback.
-
Hi:
Would anybody here be willing to guide me through the proper setup for Android Studio - so that I could build a jidoujisho apk on my PC. I don't have enough experience with AS to know exactly how to go about building a Flutter project in AS.
I want to experience with some code modifications - but need to verify that my changes then are working.
However I'm not able to get even the clean jidoujisho apk to build from a github clone - so my reasoning is I'm not clear on how to build it.
I've experienced with simple AS projects before - however here basically:
yuuna.dart_tool\package_config.json does not exist.
Did you run this command from the same directory as your pubspec.yaml file?
Target gen_dart_plugin_registrant failed: Exception:
So, I know I'm doing something wrong and don't understand the workflow. Could someone point me in the right direction - or show me where my process is flawed - so that I could build the apk?
Many thanks.
Beta Was this translation helpful? Give feedback.
All reactions