Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - mattgenie

Pages: 1
1
Ask a Question / Re: I cannot generate an android certificate
« on: March 18, 2019, 07:42:53 pm »
I have figured out the issue!
Stencyl kept on generating this path whenever I tried to generate password:
"C:\Users\USER\stencylworks\android-sdk\\stencyl.keystore"

while my android sdk folder was in this path:
C:\Users\USER\AppData\Roaming\Stencyl\stencylworks\android-sdk

I copied the android-sdk folder from the above location, located the path that stencyl always generates, that is:
C:\Users\USER\stencylworks
and pasted the android-sdk folder there.

After that, I generated the certificate again and it appeared in the  android-sdk folder at the modified location.
Also, the .apk file was published without issues.

Thanks for your help, I hope someone else finds this useful, and I hope I don't have any problems uploading to google play because this has been exhausting.

2
Ask a Question / Re: I cannot generate an android certificate
« on: March 18, 2019, 04:56:40 pm »
I don't understand what you mean by try b10314, please explain

3
Ask a Question / Re: I cannot generate an android certificate
« on: March 18, 2019, 09:49:40 am »
I uninstalled JDK8 and reinstalled it, same problem.

still getting:
The path provided for android certificate doesn't exist. Correct  this on the android certificates page.
recall a non existent location is what appears there whenever I generate a certificate
"C:\Users\USER\stencylworks\android-sdk\\stencyl.keystore"

4
Ask a Question / Re: I cannot generate an android certificate
« on: March 17, 2019, 07:58:43 pm »
also unistalled JRE 6

5
Ask a Question / Re: I cannot generate an android certificate
« on: March 17, 2019, 07:57:03 pm »
I have removed  jdk 1.6,
still getting:
The path provided for android certificate doesn't exist. Correct  this on the android certificates page.
recall a non existent location is what appears there whenever I generate a certificate
"C:\Users\USER\stencylworks\android-sdk\\stencyl.keystore"

6
Ask a Question / Re: I cannot generate an android certificate
« on: March 16, 2019, 06:48:54 pm »
looks like i have jdk 1.6 and 1.8 installed, and jre 6

7
Ask a Question / Re: I cannot generate an android certificate
« on: March 15, 2019, 09:24:45 pm »
yes, there are correct paths
I have signed in and still have the same problem
The latest log is attached

8
Ask a Question / I cannot generate an android certificate
« on: March 15, 2019, 09:58:56 am »
whenever I generate a certificate i get this:
C:\Users\USER\stencylworks\android-sdk\\stencyl.keystore

there is no such directory
as a result of this , i cannot publish my game
 i saw a similar complaint but the solution was unclear, the person just said that stencyl
was looking for the android sdk folder at the wrong location
please assist, thanks

9
Resolved Questions / Re: [SOLVED] Android Certificate Doesn't Exist
« on: March 14, 2019, 01:20:49 am »
please how exactly did you solve this problem?
I have a similar challenge. a non existent address if generated when i try to create an android certificate
and because of that i cannot publish android games.
 I think i have a similar issue like you did but I don't how exactly to fix it with the brief detail you gave above

10
Ask a Question / Re: Stencyl cannot download android sdk
« on: February 06, 2019, 11:31:20 am »
Wow! thanks a lot....wheeeew!!!
working now

11
Ask a Question / Stencyl cannot download android sdk
« on: February 05, 2019, 11:00:55 pm »
I upgraded to stencyl 4.0 and noticed that I can no longer compile apk files.
Stencyl stated that I should download the android SDK but when I try it fails and gives and error:

java.lang.NullPointerException
   at com.polydes.common.ui.propsheet.PropertiesSheetSupport$FieldInfo.access$200(PropertiesSheetSupport.java:168)
   at com.polydes.common.ui.propsheet.PropertiesSheetSupport.updateField(PropertiesSheetSupport.java:99)
   at stencyl.sw.prefs.FeaturesPage.createFeaturesPage(FeaturesPage.java:46)
   at stencyl.sw.prefs.FeaturesPage.initComponents(FeaturesPage.java:35)
   at stencyl.sw.prefs.BaseOptionPage.lazyInitialize(BaseOptionPage.java:33)
   at com.jidesoft.dialog.AbstractPage.initialize(Unknown Source)
   at stencyl.sw.prefs.PreferencesDialog.createContentPanel(PreferencesDialog.java:229)
   at stencyl.sw.prefs.PreferencesDialog.<init>(PreferencesDialog.java:77)
   at stencyl.sw.prefs.PreferencesDialog.<init>(PreferencesDialog.java:65)
   at stencyl.sw.app.App.getPreferencesDialog(App.java:129)
   at stencyl.sw.util.platform.android.AndroidToolchain.openPathsWindow(AndroidToolchain.java:101)
   at stencyl.sw.util.platform.android.AndroidToolchain.checkAndroidSDK(AndroidToolchain.java:74)
   at stencyl.sw.app.tasks.buildgame.AndroidGameBuilder.buildRequirementsMet(AndroidGameBuilder.java:41)
   at stencyl.sw.app.tasks.buildgame.GameBuilder.run(GameBuilder.java:135)
   at stencyl.sw.app.tasks.buildgame.GameBuilder.access$000(GameBuilder.java:54)
   at stencyl.sw.app.tasks.buildgame.GameBuilder$1.callWhenDone(GameBuilder.java:118)
   at stencyl.sw.app.tasks.StencylWorker.done(StencylWorker.java:90)
   at stencyl.sw.app.tasks.SaveGameTask.done(SaveGameTask.java:58)
   at javax.swing.SwingWorker$5.run(SwingWorker.java:737)
   at javax.swing.SwingWorker$DoSubmitAccumulativeRunnable.run(SwingWorker.java:832)
   at sun.swing.AccumulativeRunnable.run(AccumulativeRunnable.java:112)
   at javax.swing.SwingWorker$DoSubmitAccumulativeRunnable.actionPerformed(SwingWorker.java:842)
   at javax.swing.Timer.fireActionPerformed(Timer.java:313)
   at javax.swing.Timer$DoPostEvent.run(Timer.java:245)
   at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:311)
   at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:756)
   at java.awt.EventQueue.access$500(EventQueue.java:97)
   at java.awt.EventQueue$3.run(EventQueue.java:709)
   at java.awt.EventQueue$3.run(EventQueue.java:703)
   at java.security.AccessController.doPrivileged(Native Method)
   at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:76)
   at java.awt.EventQueue.dispatchEvent(EventQueue.java:726)
   at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:201)
   at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:116)
   at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:105)
   at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101)
   at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:93)
   at java.awt.EventDispatchThread.run(EventDispatchThread.java:82)
Please what do I do? I have uninstalled and re-installed severally, I have tried JSE/JRE 6 and 8,  no difference
Please assist , thanks

Pages: 1