android-instant-run Questions
4
Solved
Background
I have an app (here) that, among other features, allows to share APK files.
In order to do so, it reaches the file by accessing the path of packageInfo.applicationInfo.sourceDir (docs ...
Necessarian asked 27/2, 2017 at 19:41
3
Solved
I am an Android Developer and recently started learning Swift. There is a cool feature in Android studio called Instant Run, that significantly reduce the build and deploy times for incremental cod...
Medick asked 1/3, 2017 at 10:22
4
Solved
I have upgraded to Android Studio 2.1 and I got this error while I am trying to build & run my corporate big project:
Execution failed for task ':app:transformClassesWithDexForMyAppDebug'.
...
Reversion asked 15/4, 2016 at 9:18
6
All packages are not available for download!
The following packages are not available:
- Package id sources;android-24
Am trying getting data from database by using of web services, when am runni...
Ferraro asked 2/8, 2016 at 7:23
7
How to disable Instant Run in Android Studio 2.0 Preview. When I go to the settings I see it:
and I can not remove the tick from "Enable Instant Run..."
I use Android Studio 2.0 Preview 9, but ...
Ushaushant asked 3/2, 2016 at 4:52
3
I have set up my project's minSdkVersion as 15 and enabled Instant Run .
I have deployed the app in my device running on API 21
But the "Apply Changes" button is grayed out.When I hover over the b...
Abduce asked 15/5, 2017 at 10:9
4
Solved
What is the major difference between
Run app and Apply changes?
What could be the best scenario to use each?
Thanks.
Nibble asked 19/4, 2017 at 6:51
3
Solved
Currently, in the Android Studio version 3.3, the shortcut for "Apply Changes" option is missing which allows Instant Run. There is another option called "Update Running Application" which does not...
Angelesangelfish asked 29/1, 2019 at 11:31
1
The Setup
I have a simple fragment that hosts a WebView component. During the initialization of this fragment, I register a few JavaScript interface methods to my app:
mJavaScriptHooks = new Java...
Adolpho asked 25/1, 2017 at 2:10
1
There seems to be an issue with instant run and Google Maps. Upon re-running an application to see changes, if the application is using Google Maps, a crash will occur. Here is part of the stack tr...
Lost asked 9/1, 2017 at 22:53
6
Solved
Instant Run is a new feature introduced for reduce time for run and debug app.
I have all the required configuration for enabling Instant run, but it is not enabled on Android Studio. Here is my co...
Oyster asked 8/5, 2016 at 17:28
2
Solved
Currently, I was working on React Native Project, and when I shake the Phone after Running Project it gives me live Updates. as I've also worked with Flutter it also provides me the Same kind of Ou...
Ovipositor asked 28/8, 2018 at 5:25
1
Solved
I've recently tried to use StrictMode but got a weird violation, so I tried setting up a new 'Empty Activity' project (in Android Studio) and added an Application class as follows (as described in ...
Firebird asked 25/6, 2018 at 10:30
3
I have a LibGDX project which is made up of a core project and multiple Android/desktop projects which are dependent upon it.
I'm currently changing some code in the core project but upon manually...
Unkempt asked 17/8, 2016 at 20:12
1
When I updated to Android Studio 3.1, Instant Run features (hot swap, warm swap) stopped working.
Every time when I click on Apply Changes (Instant Run Flash option), Android Studio is restarting ...
Owens asked 6/4, 2018 at 10:29
4
Android Studio gives error when running application with instant run enabled. I have updated my android studio to 2.3 today and since then its showing me above information.
Impenitent asked 7/3, 2017 at 9:51
1
I got this exception after I run the project using Instant Run:
java.lang.IllegalAccessError: Illegal class access:
'com.alla.kotlinexample.MainActivity$override' attempting to access
'kotlin....
Perianth asked 8/1, 2018 at 14:56
3
Solved
I've updated to Android Studio 3.0 and now I cannot run the app with Instant Run enabled.
I get 'Execution failed for task' due to a java.io.FileNotFoundException because it can't find the apk und...
Pantoja asked 13/11, 2017 at 21:33
3
Solved
I've been struggling with my project for a few days now, suddenly from one build/deploy to another I started getting the following exception. Nothing was updated or changed, I just wanted to run th...
Messer asked 26/9, 2016 at 13:45
2
A week ago Norton Security started to find Trojan horse (Trojan.Gen.NPE.2) in file R.class located:
app\build\intermediates\transforms\instantrun\debug\folders\1\5\main\android\support\v4\ r.class...
Samsun asked 7/7, 2017 at 20:26
1
Solved
I have installed Android Studio 2.3.2 version, my application was running successfully on the emulator as well as mobile device. After making some changes it's not working on a mobile device but it...
Greyso asked 3/6, 2017 at 7:47
2
I recently updated the Android Studio to 2.3. When I hit the instant run button, It compiles the app but doesn't open the app on the Android device. Even 'Hot Swap' is not enabled after that, it sh...
Concession asked 3/3, 2017 at 3:17
2
Solved
Using java 8 for concise Lambda expression etc but downside is instant run not working. buildToolsVersion "23.0.3"
compileOptions {
sourceCompatibility JavaVersion.VERSION_1_8
targetCompatibili...
Tanyatanzania asked 12/7, 2016 at 8:2
3
It’s been some time now that Instant Run is not working anymore, that is, it’s slower than standard builds.
There’s some material in the AOSP bug tracker, but I could not work this out. I’m sure s...
Leger asked 27/12, 2016 at 15:32
1
Solved
I keep hearing instant run discussed as if it's in a great shape, however my team and I regularly experience significant issues with the feature, and a degraded coding experience because of it.
Be...
Lilias asked 19/5, 2016 at 20:46
1 Next >
© 2022 - 2024 — McMap. All rights reserved.