androminion
androminion copied to clipboard
Compiling in windows Android Studio
Hi everybody, I do not seem to get androminion working under Android Studios. Ant does not seem to be compatible with the new guideline. How do I start this? Error message: Unknown android attribute 'android:popupPromptView' under 'SherlockSpinner
I haven't converted this to Android Studio yet. Once I do, I will let you know.
@carsten-engelke @dominionator Hi, the Menagerie branch is now in Androïd Studio. This issue can be closed.
@carsten-engelke @dominionator Hi, the Menagerie branch is now in Androïd Studio. This issue can be closed.
Hello! Sorry for bothering, but I can't manage to run the Menagerie branch in AS... Might I ask a quick explanation on how to do that?...
Thanks in advance!
@Miomiya Hard to say what's going wrong. Is there an error message ?
I've recently installed AS on my new computer. I have a similar problem. I've solve it opening the menu Run/Edit configurations. I've only clicked on Apply button and it works.
Sorry for the delay in replying!
When I try to run it on AS it says:
Error running 'android-support-v4.jar': Project has no JDK configured.
@Miomiya Well, I think it is a install problem. JAVA_HOME or JDK_HOME environment variable may be set to an unexisting folder. Or JDK may not be installed.
This link could help: https://stackoverflow.com/questions/48870244/error-running-app-no-jdk-specified
@Miomiya Well, I think it is a install problem. JAVA_HOME or JDK_HOME environment variable may be set to an unexisting folder. Or JDK may not be installed.
This link could help: https://stackoverflow.com/questions/48870244/error-running-app-no-jdk-specified
Thank you!
That error is gone, but now I have another one...
"No main manifest attribute in ...."
And internet isn't quite helping. I feel helpless, should I switch for another software? (Right now I'm using Android Studio) Or is this problem common?
I use AS so there's no need to change. I recently install AS on a new computer. It just works fine.
Now for your problem, I've already have it on launching vdom. So I think you launched vdom module instead of app module.
In vdom module there is no manifest that give the starting class. On the tool bar, I think it is written vdom instead of app beside the run button.
I'll try to test it when I will have some time.
I use AS so there's no need to change. I recently install AS on a new computer. It just works fine.
Now for your problem, I've already have it on launching vdom. So I think you launched vdom module instead of app module.
In vdom module there is no manifest that give the starting class. On the tool bar, I think it is written vdom instead of app beside the run button.
I'll try to test it when I will have some time.
Thank you for the infinite patience! I'm new with AS so I'm struggling, I hope I can get on track soon!
I've failled to reproduice your case. Sorry but I can't help you.