Alexa SDK Android Sample code error - alexa

I am getting following error in Android Studio while trying to build the app:
Error:A problem occurred configuring project ':aace'.
executing external native build for cmake /home/user/Documents/aac-sdk-1.0/platforms/android/aace/CMakeLists.txt
I am have followed guldelines from below links:
https://github.com/alexa/avs-device-sdk/wiki/Ubuntu-Linux-Quick-Start-Guide
https://github.com/alexa/aac-sdk/blob/1.0/builder/BuildWithCMake.md
https://github.com/alexa/aac-sdk/tree/1.0/samples/android
Ubuntu 16.04 Android Studio 3.0.1, NDK 17.1 ,Android SDK Platform 26
Any help will be appreciated.

Related

Trouble using .net 7 preview on IIS

I installed .net 7 preview on Windows Server 2012 R2, but the installed version doesn't show in the list of runtimes.
dotnet --list-runtimes
Also running a test app on IIS didn't work. I get this message in the event-log:
Could not find 'aspnetcorev2_inprocess.dll'. Exception message:
It was not possible to find any compatible framework version
The framework 'Microsoft.NETCore.App', version '7.0.0-preview.7.22375.6' (x64) was not found.
- The following frameworks were found:
2.2.5 at [C:\Program Files\dotnet\shared\Microsoft.NETCore.App]
3.1.7 at [C:\Program Files\dotnet\shared\Microsoft.NETCore.App]
5.0.2 at [C:\Program Files\dotnet\shared\Microsoft.NETCore.App]
6.0.0 at [C:\Program Files\dotnet\shared\Microsoft.NETCore.App]
You can resolve the problem by installing the specified framework and/or SDK.
Is this issue fixable somehow?
I ended up installing the dotnet 7 rc1 sdk in addition to the runtime and it was recognized by
dotnet --list-runtimes
The web app in IIS recognized the runtime afterwards.

CMake Error: Could not create named generator Visual Studio 16 2019 in flutter

I want make windows app with flutter.so I installed Visual Studio 2019 with desktop development with c++.
when I use flutter run -d windows I see
this error
I also installed latest version of CMake(version 3.20.0-rc4) and version of my Visual Studio is 16.0.0
I can tell from that image you aren't actually running cmake 3.20
Because Ninja Multi-Config isn't being listed as a generator. That flutter command you used isn't using the CMake you installed on your system. Or you need to restart your machine.
I find the problem.
for resolve this problem I have 3 different way and I'm not sure which one resolve this problem.
first uninstall CMake
if you run flutter doctor and don't see any error create another flutter project with flutter create <project_name> and run that with flutter run -d windows
I was using Windows SDK version 10.0.17763.0 I update that to latest version(10.0.19041.0)
I update my visual studio 2019 to latest version(16.9.1)

Can't run my vscode project on android emulator

Everytimes i'm trying to run "npm start" in my vscode i'm getting this error in metro bundler
"Error
02:07
Couldn't start project on Android: Error running adb: No Android connected device found, and no emulators could be started automatically.
Please connect a device or create an emulator (https://docs.expo.io/workflow/android-studio-emulator).
Then follow the instructions here to enable USB debugging:
https://developer.android.com/studio/run/device.html#developer-device-options. If you are using Genymotion go to Settings -> ADB, select "Use custom Android SDK tools", and point it at your Android SDK directory."
and in android studio's log i'm getting this error
"Emulator: Warning: Quick Boot / Snapshots not supported on this machine. A CPU with EPT + UG features is currently needed. We will address this in a future release."
how to solve this issue? Thanks.

Debug an Office Add-in in web on Ubuntu platform

I wanted to debug office Add-in on the web in Linux. I installed the package office-addin-debugging and configured.
When I tried to ran the office-addin-debugging start manifest.xml web command it shows up with some errors. The error comes as follows.
office-addin-debugging start manifest.xml web
Debugging is being started...
App type: web
Unable to start the dev server. Error: Platform not supported: Linux
Debugging started.
I am running the above command in the following environment and its corresponding version.
OS: Ubuntu 14.04
Node version: v10.14.0
Angular CLI: 8.0.0
Angular: 8.0.0
Apart from this, I tried to validate the manifest file for any errors and removed all the possible errors but no luck.
Any help would be really appreciated !!

Unable to install DevKit Plugin

I'm trying to install Devkit plugin in anypoint studio and after following below steps:
https://docs.mulesoft.com/connector-devkit/3.9/setting-up-your-dev-environment im getting below error message, Please help
Cannot complete the install because one or more required items could
not be found. Software being installed: Anypoint DevKit Extension
1.1.5.201608221430 (org.mule.tooling.devkit.extension.feature.group 1.1.5.201608221430)'
Missing requirement: org.mule.tooling.devkit 1.1.5.201608221430 (org.mule.tooling.devkit 1.1.5.201608221430) requires 'osgi.bundle;
org.mule.tooling.runtime [6.1.0,7.0.0)' but it could not be found
Cannot satisfy dependency:
From: Anypoint DevKit Extension 1.1.5.201608221430 (org.mule.tooling.devkit.extension.feature.group 1.1.5.201608221430)
To: org.eclipse.equinox.p2.iu; org.mule.tooling.devkit [1.1.5.201608221430,1.1.5.201608221430]
You are trying to install DevKit in Studio 7.x. DevKit is designed to work with Mule 3.x and its matching Studio version, which is Studio 6.x. It is not compatible with Studio 7. Try with the last version of Studio 6 available at this time, currently 6.6.4 (https://www.mulesoft.com/lp/dl/studio/previous).
If instead you are trying to develop connectors and modules for Mule 4.x, then you have to use the Mule SDK. Currently there is no Studio plugin for Mule SDK. It is based on Maven. You should use Maven on the command line or a different IDE to create a project, as mentioned in the documentation.

Resources