App Name: KidVerse (Educational App)
App Link on Amazon Appstore: [App not yet published]
SDK Version: v0.24.9859
React Native Version: RN 0.72 (aligned with Vega SDK)
Issue Summary (one sentence):
Virtual Device boots but fails to register device-info, causing run-app to fail with device-type-id errors.
Details:
-
Device registration failure:
vega device listshows “No devices found” even though Virtual Device is running. -
Device-info missing:
vega device info -d VirtualDevicereturns empty values (os: unknown,product: "", etc.). -
Run-app failure:
vega run-appfails with error: Could not get value for ‘com.amazon.devconf/system/device-info/device-type-id’. Sometimes “Unspecified run-time error”, sometimes “No permission for operation.” -
Logs incomplete: No
device.logfile is generated in~/vega/sdk/vega-sdk/main/0.24.9859/logs/. -
VVD reinstall issue:
vega sdk install vvdfails with “Version not found: main@vvd”.
Steps already tried:
-
Upgraded to latest SDK (0.24.9859).
-
Stopped/started emulator with
--no-gl-accel --gui. -
Deleted instance folders and restarted.
-
Ran
vega platform doctor(environment OK, but no device info).
Request:
Please advise how to properly reinstall or repair Virtual Device system images so that device-type-id resolves and apps can be installed successfully.