I directly compile the WICED6.2 "MeshAPP" source code.There was an error when "build APK" was prompted. The attachment is the LOG information. Please help to check it
Solved! Go to Solution.
Hi ,
We fixed this issue and will be available in next release (This issue is caused due to studio update to 3.2)
For now, for the error which you are facing please delete the below files and rebuild your app (These files doesn’t build with the latest studio version and they shouldn’t be in the framework )
common/apps/snip/mesh/peerapps/Android/src/MeshApp/meshframework/libs/aws-android-sdk-core-2.2.6.jar
common/apps/snip/mesh/peerapps/Android/src/MeshApp/meshframework/libs/awsiotdata.jar
I have attached the gradle and NDK version which we are using , can you please update to the same ? ( please bring down your ndk version to 17.0.4 )
Thanks,
Anjana
Hi,
Which is the Android studio version?
Android studio 3.2
When you built the project, did you click on any prompt to upgrade the gradle, compilesdk or ndk versions? Please let me know if you made any changes to the project and also the steps to recreate the error.
Regards,
Dheeraj
Hi ,
We fixed this issue and will be available in next release (This issue is caused due to studio update to 3.2)
For now, for the error which you are facing please delete the below files and rebuild your app (These files doesn’t build with the latest studio version and they shouldn’t be in the framework )
common/apps/snip/mesh/peerapps/Android/src/MeshApp/meshframework/libs/aws-android-sdk-core-2.2.6.jar
common/apps/snip/mesh/peerapps/Android/src/MeshApp/meshframework/libs/awsiotdata.jar
I have attached the gradle and NDK version which we are using , can you please update to the same ? ( please bring down your ndk version to 17.0.4 )
Thanks,
Anjana
Hi
Thank you.Let me test that out