运行时出现此错误:
Install unknown apps
declare
cursor c0 is
select
a.id_value,
b.user_id,
b.crt_tsp
from temporary_table a
join data_table b on b.id_value = a.id_value;
begin
for rec in c0 loop
insert into table_name (...) values(rec.id_value, rec.user_id, rec.crt_tsp ...);
end loop;
end;
15:07 Emulator: emulator: ERROR: Missing initial data partition file: C:\Users\saadm\.android\avd\Nexus_6_API_27.avd/userdata.img
答案 0 :(得分:0)
尝试查看您的系统是否有足够的内存..