androminion icon indicating copy to clipboard operation
androminion copied to clipboard

Compiling in windows Android Studio

Open carsten-engelke opened this issue 5 years ago • 10 comments

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

carsten-engelke avatar Oct 16 '19 19:10 carsten-engelke

I haven't converted this to Android Studio yet. Once I do, I will let you know.

dominionator avatar Nov 29 '19 21:11 dominionator

@carsten-engelke @dominionator Hi, the Menagerie branch is now in Androïd Studio. This issue can be closed.

Kokyett avatar Jul 28 '22 03:07 Kokyett

@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 avatar Aug 23 '22 15:08 Miomiya

@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.

Kokyett avatar Aug 26 '22 08:08 Kokyett

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 avatar Aug 31 '22 18:08 Miomiya

@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

Kokyett avatar Aug 31 '22 19:08 Kokyett

@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?

Miomiya avatar Sep 01 '22 01:09 Miomiya

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.

Kokyett avatar Sep 01 '22 06:09 Kokyett

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!

Miomiya avatar Sep 01 '22 22:09 Miomiya

I've failled to reproduice your case. Sorry but I can't help you.

Kokyett avatar Sep 02 '22 17:09 Kokyett