-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is it possible to try it out on one of the supported devices from the documentation other than Pixel 9 #4
Comments
Yes I have Samsung S24 series device. But unable to run on it. |
I have this running successfully on a Pixel 8 Pro |
How can you run successfully on Pixel 8 Pro? Android AI Core: 0.thirdpartyeap.prod_aicore_20240822.00_RC05.676804926 Is there any difference? |
I have the 8 pro so not sure if that difference matters. I do have the exact same AI Core and private compute versions as you and am also on Android 15, non rooted. Not really sure why it works for me but I'll list a few other details in case they matter:
|
Hello, looking to possibly start reaching Android dev using Gemini Nano on device, looking at devices to buy and of course the Pixel 8/8a is cheaper than 9 and means we could buy more of them. As the official docs linked by @jimmy-jos above say Pixel 8 is supported, is there any update on the sample app running on the list of devices? Also, as this is for teaching, do devices need to have a signed in google account just for on-device development work via Android Studio? This is something I wont be able to manage sadly as multiple students will use the devices for lab work. I also don't want to buy a bunch of Pixel 8 devices that don't work with the sample app! Thanks! |
AICore has several versions depending on the SoC, but only Pixel has third-party-eap now.
For Galaxy: watch for Google release a future thirdpartyeap version marked |
I have a Pixel 8 and am getting the same error as @han98115 despite being on the thirdpartyeap version of AICore. I have enabled on-device generative AI features through developer settings and made sure that the private compute services are up-to-date as well. Any ideas on how to fix this? Thank you! |
Can you write out steps that you did to build the app? |
I the documentation we can see that the Edge sdk is supported by other devices like s24, pixel 8a etc. But in the readme of this project and getting started pixel 9 is necessary.
Is there a way to run this in one of the supported devices other than the pixel 9?
I tried on s24u and i am getting:
java.lang.IllegalStateException: No instrumentation registered! Must run under a registering instrumentation.
The text was updated successfully, but these errors were encountered: