build

After upgrading to android 3.6.1 apk cant be installed on devices

Deadly 提交于 2020-04-30 09:17:39
问题 I have and apk that was used to be tested (shared to differents devices before doing the released version) and working with android studio 3.5.0. After upgrading to android studio 3.6.1 the signed apk (debug) cant' be installed on devices. This is the manifest: <?xml version="1.0" encoding="utf-8"?> <manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.example.car_wash_app"> <uses-permission android:name="android.permission.INTERNET" /> <uses-permission android

After upgrading to android 3.6.1 apk cant be installed on devices

家住魔仙堡 提交于 2020-04-30 09:17:06
问题 I have and apk that was used to be tested (shared to differents devices before doing the released version) and working with android studio 3.5.0. After upgrading to android studio 3.6.1 the signed apk (debug) cant' be installed on devices. This is the manifest: <?xml version="1.0" encoding="utf-8"?> <manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.example.car_wash_app"> <uses-permission android:name="android.permission.INTERNET" /> <uses-permission android

cordova build iOS App on windows os. npm run cordova-build-ios

帅比萌擦擦* 提交于 2020-04-30 06:28:40
问题 I have followed this tutorial to build applications on my windows machine. https://www.npmjs.com/package/vue-cli-plugin-cordova I installed android studio, java jdk 1.8, gradle and android sdk to build for android. Then I ran following command: npm run cordova-build-android I get my desired apk. Now I want to build an iOS-app with following command: npm run cordova-build-ios What do I have to install? Do I need to install a virtual machine, mac os and then xcode? Can I maintain my existing

Error: ENOENT: no such file or directory expo-av

岁酱吖の 提交于 2020-04-18 06:10:34
问题 I'm building an application using react-native with expo-cli and I'm building the apk using the command: expo build:android but I get the error: Error: ENOENT: no such file or directory, open 'C:\Users\Ahmed Hassan\Desktop\app-name\assets\sounds\alert.mp3' regarding the asset I'm importing in a component with the following code: import { Audio } from 'expo-av'; async function sound() { const soundObject = new Audio.Sound(); try { await soundObject.loadAsync(require('../assets/sounds/alert.mp3

How do I “export” this Eclipse plugin from sources?

自闭症网瘾萝莉.ら 提交于 2020-04-18 03:49:06
问题 I'd like to use this Eclipse plugin: https://marketplace.eclipse.org/content/opencl-development-tool#group-details with my Eclipse 2019-09. But - there's a version incompatibility, or so I'm told. It's been suggested to me that I might be able to use the plugin sources to "export it yourself as a deployable in order to install it". But it's not at all clear to me how I'm supposed to do that. I'm not fluent with building Java artifacts nor with Eclipse plugin development and deployment. At the

How do I “export” this Eclipse plugin from sources?

情到浓时终转凉″ 提交于 2020-04-18 03:47:12
问题 I'd like to use this Eclipse plugin: https://marketplace.eclipse.org/content/opencl-development-tool#group-details with my Eclipse 2019-09. But - there's a version incompatibility, or so I'm told. It's been suggested to me that I might be able to use the plugin sources to "export it yourself as a deployable in order to install it". But it's not at all clear to me how I'm supposed to do that. I'm not fluent with building Java artifacts nor with Eclipse plugin development and deployment. At the

'chocolatey' is not recognised as an internal or external command

走远了吗. 提交于 2020-04-17 22:50:40
问题 I just tried to setup metasploitable3 and ran: .\build.ps1 windows2008 in the windows10 powershell. After a while I've got this error: Provisioning with windows-shell... ==> virtualbox-iso: Provisioning with shell script: D:\Bibliothek\Downloads1\metasploitable3-master\metasploitable3-master\packer\templates/../../scripts/installs/install_boxstarter.bat virtualbox-iso: ==> virtualbox-iso: 'chocolatey' is not recognized as an internal or external command, virtualbox-iso: C:\Users\vagrant

While running a build inside Jenkins, I am getting “java/lang/OutOfMemoryError”

拈花ヽ惹草 提交于 2020-04-16 05:45:33
问题 2020-02-25 10:11:24.986+0000 [id=79] INFO hudson.model.AsyncPeriodicWork#lambda$doRun$0: Started maven-repo-cleanup 2020-02-25 10:11:25.004+0000 [id=79] INFO hudson.model.AsyncPeriodicWork#lambda$doRun$0: Finished maven-repo-cleanup. 14 ms JVMDUMP039I Processing dump event "systhrow", detail "java/lang/OutOfMemoryError" at 2020/02/25 16:31:47 - please wait. JVMDUMP032I JVM requested System dump using 'C:\Users\KumariRupam\Documents\jenkins\core.20200225.163147.3284.0001.dmp' in response to an

No Way to Resolve Conflict Between dlls

微笑、不失礼 提交于 2020-04-08 10:18:43
问题 I'm getting a wall of warnings similar to the following in my build: No way to resolve conflict between "Newtonsoft.Json, Version=7.0.0.0" and "Newtonsoft.Json, Version=6.0.0.0". Choosing "Newtonsoft.Json, Version=7.0.0.0" arbitrarily. I get additional warnings for the following dlls (repeats are intentional): Microsoft.Owin System.Web.Http Newtonsoft.Json System.Net.Http.Formatting Microsoft.Owin Microsoft.ApplicationInsights As well as a matching message for each warning: Consider app

No Way to Resolve Conflict Between dlls

≡放荡痞女 提交于 2020-04-08 10:18:11
问题 I'm getting a wall of warnings similar to the following in my build: No way to resolve conflict between "Newtonsoft.Json, Version=7.0.0.0" and "Newtonsoft.Json, Version=6.0.0.0". Choosing "Newtonsoft.Json, Version=7.0.0.0" arbitrarily. I get additional warnings for the following dlls (repeats are intentional): Microsoft.Owin System.Web.Http Newtonsoft.Json System.Net.Http.Formatting Microsoft.Owin Microsoft.ApplicationInsights As well as a matching message for each warning: Consider app