Re: [v8-users] Re: v8 Android link error()

2018-08-20 Thread Coulson Chen
;>> >>> >>> El martes, 14 de agosto de 2018, 9:02:07 (UTC+2), young louis escribió: >>>> >>>> I have a similar problem when embeding V8 6.8 to android. An error is >>>> reported while linking libv8_nosnapshot.a, briefly >>>> >

[v8-users] Re: v8 android build problem

2018-04-13 Thread Coulson Chen
I face the same problem use latest stable Android branch 6.5. And embed it in android APP by NDK,linking libv8_base.a,but encouter " ../../src/isolate.cc:0: error: undefined reference to 'vtable for v8::internal::SetupIsolateDelegate'" 在 2017年10月8日星期日 UTC+8上午7:37:02,Zac Hansen写道: > > got

[v8-users] v8 Android link error()

2018-04-13 Thread Coulson Chen
I build v8 static libraries for android successfully(using V8 6.5), and then embed it in andoid app(using the hello-world.cc demo from official wiki. Android studio 3.1,Cmake),but error like the follow takes place while building the APK Build command failed. Error while executing process