blockly-android/blocklylib-core/build/outputs/aar/blocklylib-core-release.aarblockly-android/blocklylib-core/build/outputs/aar/blocklylib-core-debug.aarblockly-android/blocklylib-vertical/build/outputs/aar/blocklylib-vertical-release.aarblockly-android/blocklylib-vertical/build/outputs/aar/blocklylib-vertical-debug.aar
Sorry for asking a silly question. I was trying to set up my android studio so I can use Blockly in my app. I got the code from GitHub but I can't find blocklylib-debug.aar or blocklylib-release.aar in it. Where can I find them?Thanks!!
--
You received this message because you are subscribed to the Google Groups "Blockly" group.
To unsubscribe from this group and stop receiving emails from it, send an email to blockly+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
To unsubscribe from this group and stop receiving emails from it, send an email to blockly+u...@googlegroups.com.
android:theme="@style/BlocklyVerticalTheme"
To unsubscribe from this group and stop receiving emails from it, send an email to blockly+unsubscribe@googlegroups.com.
<style name="AppTheme" parent="BlocklyVerticalTheme">
<activty ... android:theme="@style/AppTheme" >
To unsubscribe from this group and stop receiving emails from it, send an email to blockly+unsubscribe@googlegroups.com.
Unzip the file download from GitHub
Import project blockly-android-master
Build --> make module “blocklydemo”
Close project blockly-android-master
Open new project BlocklyTest
Create empty activity without xml
Add android:windowSoftInputMode="stateHidden|adjustPan" to <activity> of AndroidManifest.xml
Change the parent theme to BlocklyVerticalTheme of AppTheme in styles.xml
File --> project structure --> app --> dependencies
Add library dependencies: com.android.support:support-v4:24.2.1
Add library dependencoes: com.android.support:recyclerview-v7:24.2.1
Add library dependencies: com.android.support:appcompat-v7:24.2.1
File --> project structure --> create new module --> import .jar/.aar package
Import blocklylib-core-debug
Repeat step 8 but import blocklylib-core-release
Repeat step 8 but import blocklylib-vertical-debug
Repeat step 8 but import blocklylib-vertical-release
Add module dependencies blocklylib-vertical-debug
Error generated after step 9:
Cannot resolve symbol 'BlocklyVerticalTheme' less... (Ctrl+F1)
Validates resource references inside Android XML files
Error generated after step 19:
Error:(1353) Error retrieving parent for item: No resource found that matches the given name 'BlocklyTheme'.
Error:(1353) Error retrieving parent for item: No resource found that matches the given name 'BlocklyTheme'.
Error:Execution failed for task ':app:processDebugResources'.
> com.android.ide.common.process.ProcessException: Failed to execute aapt
I am sorry to bother you for so many days with this and I really appreciate that, thank you very much!!!
To unsubscribe from this group and stop receiving emails from it, send an email to blockly+unsubscribe@googlegroups.com.
BlocklyVerticalThemeTo unsubscribe from this group and stop receiving emails from it, send an email to blockly+unsubscribe@googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to blockly+unsubscribe@googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to blockly+unsubscribe@googlegroups.com.

To unsubscribe from this group and stop receiving emails from it, send an email to blockly+unsubscribe@googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to blockly+unsubscribe@googlegroups.com.