Android Studio w/ app engine plugin error - android

Did anybody get this error I've been banging my head for 3 days now trying to get Android Studio with app engine to work (from the Android Studio Event Log):
Plugin Error
Problems found loading plugins:
Plugin "Google App Engine Integration" was not loaded: required plugin "com.intellij.javaee" not installed.
Disable Google App Engine Integration
Open plugin manager

I had the same issue.
Deleting the .AndroidStudioBeta folder in my home directory and reinstalling Android Studio 0.8.9 resolved my issues.

Related

Unity error when Build Android Application. Android SDK not found

i actually work on an AR App.
i use Unity 2019 on my 2020 M1 Mac (Monterey), also i installed Android Studio with Android 7 & 6 ( cause the app have to work on old devices )
When i try to Build the App Unity fails with the error "Android SDK not found" but the SDK is there, installed and i use the right Path!
Here are my settings :
Unity, External Tools
Android Studio installed SDK's
SDK Tool's
Unity run and Build Options
i found a lot of similar posts for this problem but no solution worked for me

Android Studio in Windows 10 not launch after installing Google Sceneform Tools (Beta)

in windows 10 in Android Studio 3.2.1
the application is worked correctly after first time of installing but after installing Google Sceneform Tools (Beta) from :
File > Settings > Plugins > Browse Repositories
after installing the plugin android studio should restart and then it's can't launch anymore
anyone can help please ?
One cannot just use any version of Google Sceneform Tools ​(Beta)​ with any version of Android Studio. As this one comment suggests, even if it's about other versions (also see the other comments there):
A temporary solution: install Android Studio 3.5.1 + Sceneform 1.5, make sfb file, place in project in Android Studio 3.6.
So in your case, you might probably have to update to Android Studio version 3.5.3 or any other version, which works with the current version 1.16.0, as the Android Studio which you are using appears rather outdated.
If you just want to be able to start Android Studio again, then manually delete the plugin directory from %USERPROFILE%/.AndroidStudio3.2/config/plugins, in order to perform a manual uninstall, as it might be required in order to update Android Studio.
Besides "it's not working" is not an error description. You'd have to start Android Studio from the command line, in order to get some meaningful error message, by which you then could search in the issues on GitHub (if the reason why it doesn't start up anymore might have another cause).
I have had issue #377 filed for this plugin since Oct 16, 2018, and unfortunately it is still open now.
I will update this answer if it is solved or a solution is found.
Update 1 :
the github [repository]2 for this plugin has been archived and it seems no longer supported after reading the documentation here

Fabric plugin in Android Studio Unable to connect to the network

I have installed Fabric plugin in Android Studio. But I'm unable to work with it because when I'm trying to login "Unable to connect to the network" error appears. Web version only gives guidance on how to install the plugin. Vicious circle.
Android studio 2.3.3, Fabric for Android Studio plugin version 4.1.1.
Any ideas on the issue?
Update
Here is the screenshot of the error message:

ionic run android error: Could not find an installed version of gradle either in android studio

I got this error when i run ionic run android in my ionic 3 app console.
I saw many posts of it in stack over flow but nothing solve my issue.
ANDROID_HOME=C:\Users\XXXX\AppData\Local\Android\sdk
JAVA_HOME=C:\Program Files\java\jdk1.8.0_101
Error: Could not find an installed version of Gradle either in Android Studio,
or on your system to install the gradle wrapper. Please include gradle
in your path, or install Android Studio
I had same issue with cordova app (not ionic 3). I uninstalled sdk android and I installed Android Studio and now it works.

error installing apache Cordova tools in visual studio 2013

i want to use Apache Cordova in visual studio 2013.
I followed the instructions on installing Apache tools manually from this
When i create new project with Template apache cordova app get this error:
1-Android package
I installed latest the Android SDK with the following package:
2-WebSocket4Net
I Downloaded WebSocket4Net(0.9).Binaries.zip from CodePlex
and installed visual studio in drive D :
D:\Program Files (x86)\Microsoft Visual Studio 12.0\Common7\IDE\CommonExtensions\Microsoft\WebClient\Diagnostics\ToolWindows
then copied WebSocket4Net.dll to ToolWindows folder
Seems you alreay have the required component installed.
It might be a false alarm by the visual studio dependency checker. Actually, I have some warnings as well, but everything works well. If you did not encounter any problem during building app, feel free to ignore the warning. WebSocket4Net is only required for win7 and if ripple works well, leave it there.
P.S. don't upgrade Android 24.3.2 for now, because there is a known issue that will cause build fail when trying deploy on Android device and android emulator.

Categories

Resources