Questions tagged [sdk]

stands for "software development kit"

SDK stands for "Software development kit". SDKs provide the necessary tools to develop and test applications for different platforms, usually mobile. SDKs are provided by the manufacturer of the of the platform.

Ubuntu Touch has an SDK.

89 questions
59
votes
3 answers

Android SDK - repositories.cfg could not be loaded

To set up a minimal SDK installation without Android Studio, here's what I did: mkdir ~/sdk cd ~/sdk wget https://dl.google.com/android/repository/tools_r25.2.5-linux.zip unzip tools_r25.2.5-linux.zip After successfully unpacking the zip file, I'm…
Sons of Liberty
  • 591
  • 1
  • 5
  • 5
11
votes
1 answer

How do I fix the "Google Cloud SDK component manager is disabled for this installation" error?

I just tried to install the Google Cloud SDK on my Ubuntu 19.04 following these instructions. Specifically I did: # Create environment variable for correct distribution CLOUD_SDK_REPO="cloud-sdk-$(grep VERSION_CODENAME /etc/os-release | cut -d '='…
Severin
  • 1,491
  • 5
  • 17
  • 27
10
votes
2 answers

Android SDK and Path

Since I've downloaded the Android development kit as a package (sdk, eclipse bundled together), I extracted it into /opt/android/sdk I ran the command nano ~/.bashrc command and opened the file. Now I set the path as below export…
Mayu Mayooresan
  • 350
  • 1
  • 5
  • 13
10
votes
2 answers

Why don't any of these methods work for installing .Net Core SDK & runtime on 22.04 (Jammy Jellyfish)?

I went to the following official Microsoft link to install .NET Core 6.x (SDK & runtime) and they would not work. Basically, it tells you to : wget https://packages.microsoft.com/config/ubuntu/22.04/packages-microsoft-prod.deb -O…
raddevus
  • 1,728
  • 1
  • 13
  • 23
7
votes
2 answers

Gvm grails, Intellj can't find sdk

I'm using Ubuntu 14.04. Now I installed Grails via the gvm tool. I also tested it and created a demo app via the comandline and all works fine. But the big problem is, IntelliJ can't find the Grails lib. The home variables are set. I had Groovy…
6
votes
2 answers

Is there a way to run Azure Storage Emulator on Ubuntu?

I'm trying to set up my development environment, and I need to use Azure Storage Emulator for my project. Currently I'm running the emu on a VM and my software connects to it. Is there another way to do this?
pushrbx
  • 165
  • 1
  • 5
6
votes
1 answer

How do I get an UbuntuShape to transition (fade) between different images?

I have some QML code using the UI toolkit. When you click on the image, it toggles between two different logos. I've attempted to make the transition use an animation but it doesn't work; after the duration elapses the image changes abruptly. This…
Iain Lane
  • 2,957
  • 1
  • 24
  • 26
5
votes
3 answers

Cannot find "valid home for jdk" in intellij idea

I'm trying to setup an SDK for intellij idea and I can't find the home for jdk as the error put it. In the terminal this is what I get $ java -version openjdk version "9-internal" OpenJDK Runtime Environment (build…
Arpit Bharti
  • 311
  • 2
  • 4
  • 13
5
votes
0 answers

Is it possible to install the Ubuntu SDK in Gentoo?

Is it possible to install the Ubuntu SDK and all the tools needed to develop apps for Ubuntu in another Linux distribution, lets say: Sabayon (a Gentoo derivative), or any other Linux distro that is not Ubuntu?
4
votes
0 answers

Missing "asm/types.h" or "asm-generic/types.h" : fatal error : No such file or directory

I am trying to compile my sdk(switching development kit) code on ubuntu 14.04. When I am doing make, I am getting the following error : /lib/modules/3.13.0-32-generic/build/include/uapi/linux/types.h:4:31: fatal error: asm-generic/types.h: No such…
vikash
  • 41
  • 1
  • 3
4
votes
2 answers

removing chroot done by ubuntu touch sdk

How do I remove all the chroot the Ubuntu touch SDK has made? I can't find anything in the app. When I do a mount from a terminal, I get this : click-ubuntu-sdk-15.04-i386 on…
Wayne Ward
  • 61
  • 5
4
votes
1 answer

After upgrade, Duplicity with B2 Backblaze error

I just upgraded to 21.04 and started getting an error with using Duplicity with B2. Duplicity is version 0.8.17 b2 is version 2.5.0 b2sdk is 1.9.0 Each seems to work individually. When I try to run a simple test backup, the following…
Jack Reid
  • 51
  • 4
3
votes
2 answers

Cannot download and update some android sdk components

I am installing android studio but while downloading SDK component it fails with following error. java.io.IOException: Cannot download 'https://dl.google .com/android/repository/android_m2repository_r47.zip': Read timed out , response: 200…
Tek Nath Acharya
  • 133
  • 1
  • 1
  • 7
3
votes
1 answer

Ubuntu SDK: Having difficulty getting images to work in 'QML only app' when deploying to armhf device

When I deploy my QML only program to the desktop using the Ubuntu SDK, images that I have placed in the same folder as Main.qml can be accessed and displayed correctly in the application using source: "Pics/testpic.png" When deployed to armhf device…
pHeLiOn
  • 1,738
  • 11
  • 23
3
votes
0 answers

How to perform a Dial Call using Ubuntu API

I'd like to know how to perform a Dial Call using Ubuntu API. I couldn't find anything in the API doc: https://developer.ubuntu.com/api/apps/qml/sdk-15.04.1/ thx,
1
2 3 4 5 6